[Olsr-dev] [PATCH v1 03/44] txtinfo: simplify an ifdef
Ferry Huberts
(spam-protected)
Fri Nov 27 10:42:56 CET 2015
From: Ferry Huberts <(spam-protected)>
Signed-off-by: Ferry Huberts <(spam-protected)>
---
lib/txtinfo/src/olsrd_txtinfo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/txtinfo/src/olsrd_txtinfo.c b/lib/txtinfo/src/olsrd_txtinfo.c
index b24cc04..c394db9 100644
--- a/lib/txtinfo/src/olsrd_txtinfo.c
+++ b/lib/txtinfo/src/olsrd_txtinfo.c
@@ -49,9 +49,9 @@
#include <sys/types.h>
#include <sys/socket.h>
-#if !defined _WIN32
+#ifndef _WIN32
#include <sys/select.h>
-#endif /* !defined _WIN32 */
+#endif /* _WIN32 */
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/time.h>
--
2.5.0
More information about the Olsr-dev
mailing list