From: Joseph Myers Date: Fri, 17 Feb 2012 01:13:15 +0000 (+0000) Subject: Include in argp examples. X-Git-Tag: upstream/2.30~11631 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35c47e37b99f20d198a5bfaae9f39b1cfb216d80;p=external%2Fglibc.git Include in argp examples. --- diff --git a/ChangeLog b/ChangeLog index 58d02d6..7baf3e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-02-17 Joseph Myers + + [BZ #10140] + * manual/examples/argp-ex1.c: Include . + * manual/examples/argp-ex2.c: Likewise. + * manual/examples/argp-ex3.c: Likewise. + 2012-02-16 Richard Henderson * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files. diff --git a/NEWS b/NEWS index c2c2391..b8cce18 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,8 @@ Version 2.16 * The following bugs are resolved with this release: - 411, 4822, 11494, 13525, 13526, 13527, 13528, 13529, 13531, 13532, 13533, - 13547, 13530, 13551, 13552, 13553, 13555, 13559, 13583, 13618 + 411, 4822, 10140, 11494, 13525, 13526, 13527, 13528, 13529, 13531, 13532, + 13533, 13547, 13530, 13551, 13552, 13553, 13555, 13559, 13583, 13618 * ISO C11 support: 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 #include int main (int argc, char **argv) diff --git a/manual/examples/argp-ex2.c b/manual/examples/argp-ex2.c index 313c681..c49fbac 100644 --- a/manual/examples/argp-ex2.c +++ b/manual/examples/argp-ex2.c @@ -19,6 +19,7 @@ for a given program, even if it uses different argument parsers for various tasks). */ +#include #include const char *argp_program_version = diff --git a/manual/examples/argp-ex3.c b/manual/examples/argp-ex3.c index 0ea9ce0..a8a48ea 100644 --- a/manual/examples/argp-ex3.c +++ b/manual/examples/argp-ex3.c @@ -52,6 +52,7 @@ An options vector should be terminated by an option with all fields zero. */ +#include #include const char *argp_program_version =