mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
3ff37e385b
- use DIRENT - honor CFLAGS - fix missing includes
11 lines
208 B
C
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
|