From 79191b6c4857ee08f093ba792c9d9db4cb4f1258 Mon Sep 17 00:00:00 2001 From: Isaac Dunham Date: Tue, 4 Aug 2015 19:40:56 -0700 Subject: scripts/mkflags.c: add missing unistd.h, ctype.h --- scripts/mkflags.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/mkflags.c') diff --git a/scripts/mkflags.c b/scripts/mkflags.c index d87087bc..7e57f843 100644 --- a/scripts/mkflags.c +++ b/scripts/mkflags.c @@ -6,10 +6,12 @@ // This is intentionally crappy code because we control the inputs. It leaks // memory like a sieve and segfaults if malloc returns null, but does the job. +#include #include #include #include #include +#include struct flag { struct flag *next; -- cgit v1.2.3