diff options
Diffstat (limited to 'manual/examples/argp-ex1.c')
-rw-r--r-- | manual/examples/argp-ex1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/examples/argp-ex1.c b/manual/examples/argp-ex1.c index 50ac0ed..7bb5f22 100644 --- a/manual/examples/argp-ex1.c +++ b/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) |