blob: 5624cfa0c38809b67c80af621c911d14ee55ab2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.3 2006/05/12 08:25:47 joerg Exp $
--- configure.orig 2006-05-12 08:09:32.000000000 +0000
+++ configure
@@ -20607,6 +20607,7 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+#include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
|