diff --git a/ChangeLog b/ChangeLog index fcd1cbd907..848530c231 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 a1fab22817..526dc315cc 100644 --- a/posix/getopt1.c +++ b/posix/getopt1.c @@ -18,7 +18,7 @@ . */ #ifndef _LIBC -#include "config.h" +# include #endif #include "getopt.h"