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

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