openbsd-ports/devel/gconf/patches/patch-backends_val-encode_c
wilfried 485c52a7d5 Update to GConf-1.0.7, from maintainer
* Better compability for installing gconf 1 & 2 side by side
* Better UTF8 handling
* Lots of compilation and configuring fixes
* Some portability fixes
* Plus a lot of other fixes, see Changelog for full description
2001-11-13 14:04:41 +00:00

13 lines
303 B
Plaintext

$OpenBSD: patch-backends_val-encode_c,v 1.1 2001/11/13 14:04:41 wilfried Exp $
--- backends/val-encode.c.orig Mon Nov 12 23:10:51 2001
+++ backends/val-encode.c Mon Nov 12 23:16:24 2001
@@ -19,6 +19,8 @@
*/
#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
#include <gconf/gconf.h>