Include <stdlib.h> for NULL.

This commit is contained in:
Andreas Jaeger 2001-02-13 10:53:46 +00:00
parent 5d2a88a70e
commit 282cbdef24
2 changed files with 5 additions and 3 deletions

View File

@ -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 <drepper@cygnus.com>
and Paul Janzen <pcj@primenet.com>, 1996.
@ -19,6 +19,7 @@
Boston, MA 02111-1307, USA. */
#include <bits/libc-lock.h>
#include <stdlib.h>
#include <utmp.h>
#include "utmp-private.h"

View File

@ -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 <drepper@cygnus.com>
and Paul Janzen <pcj@primenet.com>, 1996.
@ -18,8 +18,9 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <errno.h>
#include <bits/libc-lock.h>
#include <errno.h>
#include <stdlib.h>
#include <utmp.h>
#include "utmp-private.h"