summaryrefslogtreecommitdiff
path: root/mail/serialmail/files/patch-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/serialmail/files/patch-error.h')
-rw-r--r--mail/serialmail/files/patch-error.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/serialmail/files/patch-error.h b/mail/serialmail/files/patch-error.h
new file mode 100644
index 000000000000..e35ddb04802a
--- /dev/null
+++ b/mail/serialmail/files/patch-error.h
@@ -0,0 +1,11 @@
+--- error.h.orig
++++ 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;