summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pullreqd.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/pullreqd.c b/pullreqd.c
new file mode 100644
index 0000000..8161c8d
--- /dev/null
+++ b/pullreqd.c
@@ -0,0 +1,9 @@
+#include <signal.h>
+#include <stdio.h>
+#include <stdint.h>
+#include <stdlib.h>
+#include <string.h>
+#include <sys/stat.h>
+#include <sys/type.h>
+#include <syslog.h>
+#include <unistd.h>