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:
@ -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)
|
||||
|
Reference in New Issue
Block a user