summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e006e9)
raw | patch | inline | side by side (parent: 6e006e9)
author | Florian Forster <octo@collectd.org> | |
Fri, 5 May 2017 12:11:44 +0000 (14:11 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 5 May 2017 12:11:44 +0000 (14:11 +0200) |
We need to include this for a variety of symbols on FreeBSD.
src/libcollectdclient/server.c | patch | blob | history |
index 50f6be1dfec169f4aa8e7f293db94d49f6d1fd96..dfe08de9944a864c986035d17b826ea07293af4e 100644 (file)
#include <errno.h>
#include <net/if.h>
#include <netdb.h>
+#include <netinet/in.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>