]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - src/testd.c
- fix daemon --user --fork as they conflicted with each other
[projects/rc-scripts.git] / src / testd.c
index 7deb00eb953bfec16785ae7e8f81f4bf12a2f8d1..b2a5c7e60e4f7b799556f20a13ff2b19e81a0505 100644 (file)
@@ -1,5 +1,6 @@
 #include <sys/signal.h>
 #include <unistd.h>
+#include <stdlib.h>
 
 int main() {
     signal(SIGTERM, SIG_IGN);
This page took 0.026848 seconds and 4 git commands to generate.