summaryrefslogtreecommitdiff
path: root/mail/ezmlm/files/patch-error.h
blob: 1f067209670deeb88932d47faf4284c494646e4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- error.h.orig	1997-06-30 03:11:54.000000000 +0000
+++ error.h
@@ -1,7 +1,7 @@
 #ifndef ERROR_H
 #define ERROR_H
 
-extern int errno;
+#include <errno.h>
 
 extern int error_intr;
 extern int error_nomem;