Fix missing include
authorAndreas Schwab <schwab@redhat.com>
Wed, 20 Jul 2011 18:12:57 +0000 (14:12 -0400)
committerUlrich Drepper <drepper@gmail.com>
Wed, 20 Jul 2011 18:12:57 +0000 (14:12 -0400)
ChangeLog
sysdeps/unix/sysv/linux/pathconf.c

index b898890..2f52037 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
+
 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
 
        * po/cs.po: Update from translation team.
index 1859314..ca87bf1 100644 (file)
@@ -1,5 +1,6 @@
 /* Get file-specific information about a file.  Linux version.
-   Copyright (C) 1991,1995,1996,1998-2003,2008,2010,2011 Free Software Foundation, Inc.
+   Copyright (C) 1991,1995,1996,1998-2003,2008,2010,2011
+   Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -20,6 +21,7 @@
 #include <errno.h>
 #include <mntent.h>
 #include <stdio_ext.h>
+#include <string.h>
 #include <unistd.h>
 #include <sys/sysmacros.h>