freebsd-ports/japanese/im-ja/files/patch-src_helper_helper-socket.c
Pav Lucistnik c028a3d610 - Use GCONF_SCHEMAS
- Fix build on FreeBSD 4.X

PR:		ports/86521
Submitted by:	Tod McQuillin <devin@spamcop.net>
Approved by:	maintainer timeout (nectar; 3 months)
2005-12-29 22:19:30 +00:00

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>