getopt: merge from gnulib: use angle-bracket includes consistently

* posix/getopt1.c: Include <config.h>, not "config.h".
This commit is contained in:
Paul Eggert 2017-04-07 07:54:57 -04:00 committed by Zack Weinberg
parent 06576cbf4e
commit 893ba3eac9
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -18,7 +18,7 @@
<http://www.gnu.org/licenses/>. */
#ifndef _LIBC
#include "config.h"
# include <config.h>
#endif
#include "getopt.h"