summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 46f9443)
raw | patch | inline | side by side (parent: 46f9443)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 24 May 2009 22:21:59 +0000 (00:21 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 24 May 2009 22:21:59 +0000 (00:21 +0200) |
src/olsrd.c | patch | blob | history |
diff --git a/src/olsrd.c b/src/olsrd.c
index d9a6b17fd94a59a1ffabdd41fcbd24137fefe7cd..be422ab61068d284ef5f1bbc9455bb7e9a214db4 100644 (file)
--- a/src/olsrd.c
+++ b/src/olsrd.c
#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"