1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/news/nntp/files/patch-xmit-nntpxmit.h
Dirk Meyer 3ff37e385b - reorder patches
- use DIRENT
- honor CFLAGS
- fix missing includes
2002-11-04 05:00:14 +00:00

11 lines
208 B
C

--- 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