From: Paul Eggert Date: Thu, 6 Apr 2017 20:15:46 +0000 (-0700) Subject: getopt-posix: use angle-bracket include X-Git-Tag: v1.0~6286 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=bd98e2e72d2c8edeb16192d182daea915d35da3a;p=gnulib.git getopt-posix: use angle-bracket include * lib/getopt1.c: Include , not "config.h". --- diff --git a/ChangeLog b/ChangeLog index b019c34094..3f7c6f5a46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-04-06 Paul Eggert + + getopt-posix: use angle-bracket include + * lib/getopt1.c: Include , not "config.h". + 2017-04-06 Zack Weinberg getopt: annotate files with relationship to glibc diff --git a/lib/getopt1.c b/lib/getopt1.c index a1fab22817..526dc315cc 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -18,7 +18,7 @@ . */ #ifndef _LIBC -#include "config.h" +# include #endif #include "getopt.h"