aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending/getopt.c')
-rw-r--r--toys/pending/getopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/pending/getopt.c b/toys/pending/getopt.c
index dcef314b..225db579 100644
--- a/toys/pending/getopt.c
+++ b/toys/pending/getopt.c
@@ -22,6 +22,7 @@ config GETOPT
#define FOR_getopt
#include "toys.h"
+#include <getopt.h> // Everything else uses lib/args.c
GLOBALS(
struct arg_list *l;