projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1411661
)
teamspeak2 plugin: Include <netinet/in.h> before <arpa/inet.h>.
author
Florian Forster
<octo@huhu.verplant.org>
Thu, 3 Feb 2011 07:42:39 +0000
(08:42 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Thu, 3 Feb 2011 07:42:39 +0000
(08:42 +0100)
src/teamspeak2.c
patch
|
blob
|
history
diff --git
a/src/teamspeak2.c
b/src/teamspeak2.c
index
7528406
..
a78e700
100644
(file)
--- a/
src/teamspeak2.c
+++ b/
src/teamspeak2.c
@@
-25,8
+25,8
@@
#include "common.h"
#include "plugin.h"
-#include <arpa/inet.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>