mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
$NetBSD: patch-ac,v 1.1 2006/05/09 17:17:48 joerg Exp $
|
|
|
|
--- config.h.in.orig 2006-05-09 17:04:28.000000000 +0000
|
|
+++ config.h.in
|
|
@@ -90,6 +90,7 @@
|
|
#undef const
|
|
|
|
#if HAVE_SYS_MMAN_H
|
|
+#include <sys/types.h>
|
|
#include <sys/mman.h>
|
|
#endif
|
|
|