loudmouth/lm-connection.c
changeset 337 7bc0c6ad11ff
parent 324 4b06b1173262
child 338 e89c3874d6eb
--- a/loudmouth/lm-connection.c	Sun Feb 24 00:42:57 2008 +0100
+++ b/loudmouth/lm-connection.c	Sun Feb 24 01:01:24 2008 +0100
@@ -26,6 +26,12 @@
 #include <sys/stat.h> 
 #include <sys/types.h>
 #include <fcntl.h>
+
+/* Needed on Mac OS X */
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+
 #include <arpa/nameser.h>
 #include <resolv.h>