15 lines
385 B
Plaintext
15 lines
385 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2007/10/29 15:05:21 agc Exp $
|
|
|
|
--- src/common/socket/OW_NwIface.cpp 2006/02/21 21:29:16 1.1
|
|
+++ src/common/socket/OW_NwIface.cpp 2006/02/21 21:30:21
|
|
@@ -73,6 +73,9 @@
|
|
#elif defined (OW_DARWIN)
|
|
#include <net/if.h>
|
|
#include <sys/ioctl.h>
|
|
+#elif defined (__NetBSD__)
|
|
+ #include <net/if.h>
|
|
+ #include <sys/ioctl.h>
|
|
#else
|
|
|
|
#ifdef OW_HAVE_STROPTS_H
|