mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
getopt: merge from gnulib: use angle-bracket includes consistently
* posix/getopt1.c: Include <config.h>, not "config.h".
This commit is contained in:
parent
06576cbf4e
commit
893ba3eac9
@ -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
|
||||
|
@ -18,7 +18,7 @@
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#ifndef _LIBC
|
||||
#include "config.h"
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "getopt.h"
|
||||
|
Loading…
Reference in New Issue
Block a user