From: Ulrich Drepper Date: Tue, 16 Jun 2009 15:00:10 +0000 (-0700) Subject: Add missing include. X-Git-Tag: fedora/glibc-2.10.90-1~3^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8770316b9173a6e8f2aeb764342c656c51d940;p=thirdparty%2Fglibc.git Add missing include. --- diff --git a/sysdeps/unix/grantpt.c b/sysdeps/unix/grantpt.c index ff28179bc7f..f664b9eb1be 100644 --- a/sysdeps/unix/grantpt.c +++ b/sysdeps/unix/grantpt.c @@ -19,6 +19,7 @@ #include #include +#include #include #include #include