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". --- posix/getopt1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix') 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" -- cgit 1.4.1