projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad1043
)
#2404, patch 03: include net/if on GNU
author
Christian Grothoff
<christian@grothoff.org>
Mon, 4 Jun 2012 09:31:45 +0000
(09:31 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 4 Jun 2012 09:31:45 +0000
(09:31 +0000)
src/include/platform.h
patch
|
blob
|
history
diff --git
a/src/include/platform.h
b/src/include/platform.h
index 9a5d1646dd43d3fc6169c4f6488e491550bcfcb4..d0591b107f177fee40f1a33723d81f832037ae6f 100644
(file)
--- a/
src/include/platform.h
+++ b/
src/include/platform.h
@@
-146,7
+146,7
@@
#include <semaphore.h>
#include <net/if.h>
#endif
-#if
def LINUX
+#if
defined(LINUX) || defined(GNU)
#include <net/if.h>
#endif
#ifdef SOLARIS