diff options
Diffstat (limited to 'sysutils/paicc/files/patch-paicc.c')
-rw-r--r-- | sysutils/paicc/files/patch-paicc.c | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/paicc/files/patch-paicc.c b/sysutils/paicc/files/patch-paicc.c new file mode 100644 index 000000000000..8fb00da21d47 --- /dev/null +++ b/sysutils/paicc/files/patch-paicc.c @@ -0,0 +1,25 @@ +--- paicc.c 1996-09-02 18:16:39.000000000 -0700 ++++ paicc.c 2014-05-10 19:41:55.568980139 -0700 +@@ -59,10 +59,14 @@ + + */ + ++#include <sys/types.h> + #include <stdio.h> + #include <curses.h> + #include <signal.h> + #include <time.h> ++#include <stdlib.h> ++#include <unistd.h> ++#include <sys/wait.h> + + #include "evap/evap.h" + #include "evap/paicc_pdt_out" +@@ -483,6 +487,7 @@ + + } /* end window_ini */ + ++int + main(argc, argv) + int argc; + char *argv[]; |