mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
15 lines
303 B
Plaintext
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>
|