From a2433aac7e3524f5c65c557e8ddba760b196f856 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 Aug 2012 10:39:28 -0700 Subject: Add a missing #include. --- sysdeps/posix/fdopendir.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/posix') 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 -- cgit v1.1