From: Paul Eggert Date: Fri, 7 Apr 2017 11:54:57 +0000 (-0400) Subject: getopt: merge from gnulib: use angle-bracket includes consistently X-Git-Tag: glibc-2.26~630 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=893ba3eac9b07d0d5feac232c551af0e163f939c;p=thirdparty%2Fglibc.git getopt: merge from gnulib: use angle-bracket includes consistently * posix/getopt1.c: Include , not "config.h". --- diff --git a/ChangeLog b/ChangeLog index fcd1cbd907f..848530c231f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-04-07 Paul Eggert + + * posix/getopt1.c: Include , not "config.h". + 2017-04-07 Zack Weinberg * posix/bits/getopt_core.h, posix/bits/getopt_ext.h diff --git a/posix/getopt1.c b/posix/getopt1.c index a1fab228174..526dc315ccc 100644 --- a/posix/getopt1.c +++ b/posix/getopt1.c @@ -18,7 +18,7 @@ . */ #ifndef _LIBC -#include "config.h" +# include #endif #include "getopt.h"