olsrd plugin: Include <netinet/tcp.h>.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 24 May 2009 22:21:59 +0000 (00:21 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 24 May 2009 22:21:59 +0000 (00:21 +0200)
src/olsrd.c

index d9a6b17..be422ab 100644 (file)
 #include "plugin.h"
 
 #include <sys/types.h>
-#include <sys/socket.h>
 #include <netdb.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <netinet/tcp.h>
 
 #define OLSRD_DEFAULT_NODE "localhost"
 #define OLSRD_DEFAULT_SERVICE "2006"