Files
2022-03-11 19:57:10 +00:00

15 lines
303 B
Plaintext

Index: utils.c
--- utils.c.orig
+++ utils.c
@@ -14,8 +14,10 @@ Please read the file COPYRIGHT for further details.
#define SIG_HANDLER_RET void
#endif
+#include <stdlib.h>
#include <stdio.h>
#include <signal.h>
+#include <errno.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <fcntl.h>