1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Include <stdlib.h> in argp examples.

This commit is contained in:
Joseph Myers
2012-02-17 01:13:15 +00:00
parent 0a0a5bd4f1
commit 35c47e37b9
5 changed files with 12 additions and 2 deletions

View File

@ -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)