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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'login/getutent_r.c') 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" -- cgit v1.2.3