From 893ba3eac9b07d0d5feac232c551af0e163f939c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 7 Apr 2017 07:54:57 -0400 Subject: getopt: merge from gnulib: use angle-bracket includes consistently * posix/getopt1.c: Include , not "config.h". --- ChangeLog | 4 ++++ posix/getopt1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fcd1cbd..848530c 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 a1fab22..526dc31 100644 --- a/posix/getopt1.c +++ b/posix/getopt1.c @@ -18,7 +18,7 @@ . */ #ifndef _LIBC -#include "config.h" +# include #endif #include "getopt.h" -- cgit v1.1