summaryrefslogtreecommitdiff
path: root/tests/testdirlist.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-03-29 06:27:13 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-03-29 06:27:13 +0000
commitf7315e5a41f1a501ea6b6d41fcb56b5038f0b9db (patch)
tree8a11d69b2ba2715c1c6968bd17597ca3b58042fe /tests/testdirlist.c
parent15fd7b87b7dc5fa83dcb740cc82e26faed272402 (diff)
downloadgconf-f7315e5a41f1a501ea6b6d41fcb56b5038f0b9db.tar.gz
2002-03-29 Havoc Pennington <hp@pobox.com> * configure.in: 1.1.9 * gconf/gconf-client.c (gconf_client_get_string): clean up some weird cruft * gconf/gconf-internals.c (primitive_value): steal the schema, avoids a copy. * gconf/gconf-value.h, gconf/gconf-value.c: Hide private fields, suggested by Michael. But then make them public again for now due to libgnome/eel being broken. * configure.in (PKGCONFIG_MODULES): require the right versions of various things
Diffstat (limited to 'tests/testdirlist.c')
-rw-r--r--tests/testdirlist.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/testdirlist.c b/tests/testdirlist.c
index 6e6b0c41..d16cd6c1 100644
--- a/tests/testdirlist.c
+++ b/tests/testdirlist.c
@@ -29,7 +29,7 @@
/*
*
*
- * DO NOT USE THESE CRAPPY TESTS AS EXAMPLE CODE. USE THE DOCS AND examples/*
+ * DO NOT USE THESE CRAPPY TESTS AS EXAMPLE CODE. USE THE DOCS AND examples
*
*
*
@@ -44,11 +44,13 @@
#include <gconf/gconf.h>
+#include <gconf/gconf-internals.h>
#include <stdio.h>
#include <unistd.h>
#include <math.h>
#include <locale.h>
-#include <gconf/gconf-internals.h>
+#include <stdlib.h>
+#include <string.h>
static void
check(gboolean condition, const gchar* fmt, ...)