summaryrefslogtreecommitdiff
path: root/net-mail/qmailanalog/files/0.70-errno.patch
blob: f0cd380019f862b7ede2f20357cdcc8c08e8790a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/error.h	2003-03-05 15:42:51.000000000 -0500
+++ b/error.h	2003-03-05 15:43:00.000000000 -0500
@@ -1,7 +1,7 @@
 #ifndef ERROR_H
 #define ERROR_H
 
-extern int errno;
+#include <errno.h>
 
 extern int error_intr;
 extern int error_nomem;