aboutsummaryrefslogtreecommitdiff
path: root/news/nntp/files/patch-xmit-nntpxmit.h
diff options
context:
space:
mode:
Diffstat (limited to 'news/nntp/files/patch-xmit-nntpxmit.h')
-rw-r--r--news/nntp/files/patch-xmit-nntpxmit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/news/nntp/files/patch-xmit-nntpxmit.h b/news/nntp/files/patch-xmit-nntpxmit.h
new file mode 100644
index 000000000000..3da3316e7ebb
--- /dev/null
+++ b/news/nntp/files/patch-xmit-nntpxmit.h
@@ -0,0 +1,10 @@
+--- xmit/nntpxmit.h.orig Thu Nov 3 04:51:34 1994
++++ xmit/nntpxmit.h Sun Jan 9 09:30:04 2000
+@@ -7,6 +7,7 @@
+ */
+
+ #ifdef MMAP
++#include <sys/types.h>
+ #include <sys/mman.h>
+ #include <sys/stat.h>
+ #endif