summaryrefslogtreecommitdiff
path: root/tests/paths.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-05-23 23:38:14 -0400
committerRyan Lortie <desrt@desrt.ca>2010-05-23 23:38:14 -0400
commita3132216e7b2fd15e675fa352dfa33c03be60f7e (patch)
tree05d26abe67f0eb61ae2a6702eb5cb8e68cef82b1 /tests/paths.c
parentc75c4f2801c523ef48fe613bfb7b094f7a4ac7dd (diff)
downloaddconf-a3132216e7b2fd15e675fa352dfa33c03be60f7e.tar.gz
proper CFLAGS, distcheck fixes
Diffstat (limited to 'tests/paths.c')
-rw-r--r--tests/paths.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/paths.c b/tests/paths.c
index 9211cee..0b6b0ce 100644
--- a/tests/paths.c
+++ b/tests/paths.c
@@ -1,4 +1,4 @@
-#include <common/dconf-paths.h>
+#include <dconf-paths.h>
static void
test_paths (void)
@@ -95,4 +95,6 @@ int
main (void)
{
test_paths ();
+
+ return 0;
}