1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

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> 2017-04-07 Zack Weinberg <zackw@panix.com>
* posix/bits/getopt_core.h, posix/bits/getopt_ext.h * posix/bits/getopt_core.h, posix/bits/getopt_ext.h

View File

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