summaryrefslogtreecommitdiff
path: root/src/getconf.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-10-01 21:43:36 -0400
committerJakob Kaivo <jkk@ung.org>2019-10-01 21:43:36 -0400
commit40d9969c9bae194154fae38ede4f3b1e614d0570 (patch)
treea5e5e78eee03bc4f78e2cde6afa5ccbfb31d921f /src/getconf.c
parent6a7b7ffcfa66477af2372eee69ff12dcefee2f38 (diff)
move all sources under src/
Diffstat (limited to 'src/getconf.c')
-rw-r--r--src/getconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getconf.c b/src/getconf.c
index 411cc1b..b08fccc 100644
--- a/src/getconf.c
+++ b/src/getconf.c
@@ -1,2 +1,2 @@
#define main getconf_main
-#include "../getconf/getconf.c"
+#include "getconf/getconf.c"