]> Savannah Git Hosting - gnulib.git/commitdiff
getopt-posix: use angle-bracket include
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Apr 2017 20:15:46 +0000 (13:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Apr 2017 22:42:04 +0000 (15:42 -0700)
* lib/getopt1.c: Include <config.h>, not "config.h".

ChangeLog
lib/getopt1.c

index b019c34094b224db6994ee277f15c03caba1ec17..3f7c6f5a461a8a9e6fdf0b2ea6944c5f889bada1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-04-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       getopt-posix: use angle-bracket include
+       * lib/getopt1.c: Include <config.h>, not "config.h".
+
 2017-04-06  Zack Weinberg  <zackw@panix.com>
 
        getopt: annotate files with relationship to glibc
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"