blob: 11b2b781cdf028c7bf82ee2ce1db0996c073dfb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-al,v 1.1 2006/01/13 13:44:13 joerg Exp $
--- src/dsp_vert.c.orig 2006-01-12 17:41:49.000000000 +0000
+++ src/dsp_vert.c
@@ -25,4 +25,5 @@
#include <stdio.h>
#include <ctype.h>
+#include <errno.h>
#include "sqsh_config.h"
#include "sqsh_error.h"
@@ -31,6 +32,4 @@
#include "dsp.h"
-extern int errno;
-
/*-- Current Version --*/
#if !defined(lint) && !defined(__LINT__)
|