summaryrefslogtreecommitdiff
path: root/src/nohup.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/nohup.c
parent6a7b7ffcfa66477af2372eee69ff12dcefee2f38 (diff)
move all sources under src/
Diffstat (limited to 'src/nohup.c')
-rw-r--r--src/nohup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nohup.c b/src/nohup.c
index 6a77df6..eb0eda2 100644
--- a/src/nohup.c
+++ b/src/nohup.c
@@ -1,2 +1,2 @@
#define main nohup_main
-#include "../nohup/nohup.c"
+#include "nohup/nohup.c"