ports/sysutils/socket/patches/patch-io_c

12 lines
243 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: io.c
--- io.c.orig
+++ io.c
@@ -15,6 +15,7 @@ Please read the file COPYRIGHT for further details.
#include <sys/bsdtypes.h>
#endif
#include <errno.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>