Meow meow! Applied patches sent by LadySerenaKitty for improved FreeBSD compatibility.
[citadel.git] / citadel / clientsocket.c
index 07ec4c3823195662ddb39e8ba837f1157bc4dc22..a88c614d91240409266e9d461b69f58450cf17f6 100644 (file)
@@ -13,6 +13,9 @@
 #include <unistd.h>
 #include <netdb.h>
 #include <stdio.h>
+#ifdef __FreeBSD__
+#include <sys/socket.h>
+#endif
 #include <libcitadel.h>
 #include "ctdl_module.h"
 #include "clientsocket.h"