From 282cbdef24e6e46d665358b877bd08ba039fc819 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 13 Feb 2001 10:53:46 +0000 Subject: Include for NULL. --- login/getutent_r.c | 3 ++- login/getutid_r.c | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'login') diff --git a/login/getutent_r.c b/login/getutent_r.c index b8f17eead4..2494847141 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 3d5d63de29..862fc3f44b 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" -- cgit v1.2.3