From: Andreas Jaeger Date: Tue, 13 Feb 2001 10:53:46 +0000 (+0000) Subject: Include for NULL. X-Git-Tag: cvs/glibc-2_2_2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=282cbdef24e6e46d665358b877bd08ba039fc819;p=thirdparty%2Fglibc.git Include for NULL. --- diff --git a/login/getutent_r.c b/login/getutent_r.c index b8f17eead4e..2494847141a 100644 --- a/login/getutent_r.c +++ b/login/getutent_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1996,1997,1998,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper and Paul Janzen , 1996. @@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */ #include +#include #include #include "utmp-private.h" diff --git a/login/getutid_r.c b/login/getutid_r.c index 3d5d63de29e..862fc3f44b6 100644 --- a/login/getutid_r.c +++ b/login/getutid_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper and Paul Janzen , 1996. @@ -18,8 +18,9 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include +#include +#include #include #include "utmp-private.h"