diff options
Diffstat (limited to 'libc/manual/examples/argp-ex1.c')
-rw-r--r-- | libc/manual/examples/argp-ex1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/manual/examples/argp-ex1.c b/libc/manual/examples/argp-ex1.c index 50ac0ed97..7bb5f2241 100644 --- a/libc/manual/examples/argp-ex1.c +++ b/libc/manual/examples/argp-ex1.c @@ -5,6 +5,7 @@ messages and exit when there are any arguments, and print a (rather pointless) messages for --help. */ +#include <stdlib.h> #include <argp.h> int main (int argc, char **argv) |