Compile fix for Solaris
authorMikael Hallendal <micke@imendio.com>
Thu, 01 Mar 2007 17:44:36 +0100
changeset 257 d2df6b962601
parent 256 2266e56746ed
child 269 cbd0149366fd
Compile fix for Solaris Patch from Patrick Georgi that fixes LM-83.
loudmouth/lm-socket.c
--- a/loudmouth/lm-socket.c	Mon Feb 26 01:17:30 2007 +0100
+++ b/loudmouth/lm-socket.c	Thu Mar 01 17:44:36 2007 +0100
@@ -23,6 +23,7 @@
 #include <config.h>
 
 #include <string.h>
+#include <sys/types.h>
 #include <arpa/nameser.h>
 #include <resolv.h>