blob: 3da3316e7ebb7eea42df382e663ce08857b53593 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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
|