#2404, patch 03: include net/if on GNU
authorChristian Grothoff <christian@grothoff.org>
Mon, 4 Jun 2012 09:31:45 +0000 (09:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 4 Jun 2012 09:31:45 +0000 (09:31 +0000)
src/include/platform.h

index 9a5d1646dd43d3fc6169c4f6488e491550bcfcb4..d0591b107f177fee40f1a33723d81f832037ae6f 100644 (file)
 #include <semaphore.h>
 #include <net/if.h>
 #endif
-#ifdef LINUX
+#if defined(LINUX) || defined(GNU)
 #include <net/if.h>
 #endif
 #ifdef SOLARIS