Browse code

make freebsd happy

git-svn: trunk@4543

aCaB authored on 2008/12/07 22:47:42
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sun Dec  7 14:53:17 CET 2008 (acab)
2
+-----------------------------------
3
+ * clamav-milter: enable building on FreeBSD
4
+
1 5
 Sun Dec  7 13:46:07 CET 2008 (acab)
2 6
 -----------------------------------
3 7
  * clamav-milter: work around stupid milter protoes
... ...
@@ -6,6 +6,7 @@
6 6
 #endif
7 7
 
8 8
 #include <sys/socket.h>
9
+#include <netinet/in_systm.h>
9 10
 #include <netinet/in.h>
10 11
 #include <netinet/ip.h>
11 12
 #include <pthread.h>