]> 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 662eed32ad5c37168505044976317b60eeab1263..9df050222c3aa0be88f4e16599eef256817130d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Hierarchial argument parsing, layered over getopt
-   Copyright (C) 1995-2017 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.  */