]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
getopt: merge from gnulib: use angle-bracket includes consistently
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Apr 2017 11:54:57 +0000 (07:54 -0400)
committerZack Weinberg <zackw@panix.com>
Fri, 7 Apr 2017 11:56:40 +0000 (07:56 -0400)
* posix/getopt1.c: Include <config.h>, not "config.h".

ChangeLog
posix/getopt1.c

index fcd1cbd907f91ac08c1fef5d467c30499e5b7cf3..848530c231ff165622e65b911c4731ea0182a251 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/getopt1.c: Include <config.h>, not "config.h".
+
 2017-04-07  Zack Weinberg  <zackw@panix.com>
 
        * posix/bits/getopt_core.h, posix/bits/getopt_ext.h
index a1fab2281746049a3451ab8f80c81afa3bade245..526dc315ccce5cc1aafdb8eae5e22b51cd703f29 100644 (file)
@@ -18,7 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 \f
 #ifndef _LIBC
-#include "config.h"
+# include <config.h>
 #endif
 
 #include "getopt.h"