From: Andreas Schwab Date: Wed, 20 Jul 2011 18:12:57 +0000 (-0400) Subject: Fix missing include X-Git-Tag: glibc-2.15~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc9dc9bcfab65903defcd8a3f4d91f16e7e582d;p=thirdparty%2Fglibc.git Fix missing include --- diff --git a/ChangeLog b/ChangeLog index b8988906765..2f520373765 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-07-09 Andreas Schwab + + * sysdeps/unix/sysv/linux/pathconf.c: Include . + 2011-07-20 Ulrich Drepper * po/cs.po: Update from translation team. diff --git a/sysdeps/unix/sysv/linux/pathconf.c b/sysdeps/unix/sysv/linux/pathconf.c index 185931404b8..ca87bf150c0 100644 --- a/sysdeps/unix/sysv/linux/pathconf.c +++ b/sysdeps/unix/sysv/linux/pathconf.c @@ -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 #include #include +#include #include #include