blob: 2293c54eb1f09459501807a61f74e0b77f1c1fcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- pee.c.orig 2017-12-31 16:02:11 UTC
+++ pee.c
@@ -2,6 +2,7 @@
#include <stdio.h>
#include <unistd.h>
#include <string.h>
+#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <errno.h>
|