pkgsrc/devel/GConf/patches/patch-aa
rh 23c6568f79 Update GConf to 1.0.7. Changes are mainly bugfixes. In addition, this
now makes use of the real "popt" instead of the skeletion in
libgnomesupport.
2002-01-15 23:59:46 +00:00

12 lines
313 B
Text

$NetBSD: patch-aa,v 1.2 2002/01/15 23:59:46 rh Exp $
--- gconf/gconf-internals.c.orig Tue Oct 30 04:42:49 2001
+++ gconf/gconf-internals.c
@@ -28,6 +28,7 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>