teamspeak2 plugin: Include <netinet/in.h> before <arpa/inet.h>.
authorFlorian Forster <octo@huhu.verplant.org>
Thu, 3 Feb 2011 07:42:39 +0000 (08:42 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 3 Feb 2011 07:42:39 +0000 (08:42 +0100)
src/teamspeak2.c

index 7528406..a78e700 100644 (file)
@@ -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>