From: Roland McGrath Date: Wed, 8 Aug 2012 17:39:28 +0000 (-0700) Subject: Add a missing #include. X-Git-Tag: upstream/2.16.90~733 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2433aac7e3524f5c65c557e8ddba760b196f856;p=platform%2Fupstream%2Fglibc.git Add a missing #include. --- diff --git a/ChangeLog b/ChangeLog index f47f48d..7dbea5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-08-08 Roland McGrath + * sysdeps/posix/fdopendir.c: Include . + * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for sysdeps/unix -> sysdeps/posix move. * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise. diff --git a/sysdeps/posix/fdopendir.c b/sysdeps/posix/fdopendir.c index beddcbe..0ffd3f9 100644 --- a/sysdeps/posix/fdopendir.c +++ b/sysdeps/posix/fdopendir.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2006, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2012 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 @@ -18,6 +18,7 @@ #include #include #include +#include #include #include