gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4152 - GNUnet/src/include


From: grothoff
Subject: [GNUnet-SVN] r4152 - GNUnet/src/include
Date: Mon, 1 Jan 2007 17:31:44 -0800 (PST)

Author: grothoff
Date: 2007-01-01 17:31:43 -0800 (Mon, 01 Jan 2007)
New Revision: 4152

Modified:
   GNUnet/src/include/platform.h
Log:
fix

Modified: GNUnet/src/include/platform.h
===================================================================
--- GNUnet/src/include/platform.h       2007-01-02 01:12:02 UTC (rev 4151)
+++ GNUnet/src/include/platform.h       2007-01-02 01:31:43 UTC (rev 4152)
@@ -132,10 +132,7 @@
 #ifdef OSX
 #include <semaphore.h>
 #include <net/if.h>
-#if HAVE_IFADDRS_H
-#include <ifaddrs.h>
 #endif
-#endif
 #ifdef LINUX
 #include <net/if.h>
 #endif
@@ -148,6 +145,9 @@
 #include <windows.h>
 #include <cygwin/if.h>
 #endif
+#if HAVE_IFADDRS_H
+#include <ifaddrs.h>
+#endif
 #include <errno.h>
 #include <limits.h>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]