summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/getopt.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/getopt.c b/src/getopt.c
index 321dd9f..c0aa182 100644
--- a/src/getopt.c
+++ b/src/getopt.c
@@ -30,9 +30,10 @@
*/
#include <config.h>
-#include <portable/system.h>
-#include <portable/getopt.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
/*
* If we're running the test suite, rename getopt and the global variables to
* avoid conflicts with the system version.