c028a3d610
- Fix build on FreeBSD 4.X PR: ports/86521 Submitted by: Tod McQuillin <devin@spamcop.net> Approved by: maintainer timeout (nectar; 3 months)
11 lines
275 B
C
11 lines
275 B
C
--- src/helper/helper-socket.c.orig Tue Apr 12 20:10:13 2005
|
|
+++ src/helper/helper-socket.c Thu Dec 29 23:05:18 2005
|
|
@@ -25,6 +25,8 @@
|
|
|
|
#include <glib.h>
|
|
|
|
+#include <sys/types.h>
|
|
+#include <sys/time.h>
|
|
#include <netinet/in.h>
|
|
#include <string.h>
|
|
#include <sys/types.h>
|