]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - argp/argp-parse.c
powerpc: Fix build of wcscpy with --disable-multi-arch
[thirdparty/glibc.git] / argp / argp-parse.c
index 3051be1471f3008fb52f405b12009db5f1551e51..9df050222c3aa0be88f4e16599eef256817130d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Hierarchial argument parsing, layered over getopt
-   Copyright (C) 1995-2013 Free Software Foundation, Inc.
+   Copyright (C) 1995-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Miles Bader <miles@gnu.ai.mit.edu>.
 
@@ -62,7 +62,7 @@ char *alloca ();
 # define N_(msgid) (msgid)
 #endif
 
-#include "argp.h"
+#include <argp.h>
 #include "argp-namefrob.h"
 
 /* Getopt return values.  */