From 1221e834f49adb91eb0b7443a57274f2611459c2 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 23 Feb 2019 15:22:33 -0500 Subject: compile in current environment --- src/unistd/getopt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unistd/getopt.c') diff --git a/src/unistd/getopt.c b/src/unistd/getopt.c index 29fe5590..dc1803dd 100644 --- a/src/unistd/getopt.c +++ b/src/unistd/getopt.c @@ -1,3 +1,4 @@ +#include "sys/types.h" #include "string.h" #include "stdio.h" #include -- cgit v1.2.1