12 lines
204 B
Text
12 lines
204 B
Text
|
Index: pee.c
|
||
|
--- pee.c.orig
|
||
|
+++ 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>
|