summaryrefslogtreecommitdiff
path: root/lib/readutmp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-17 13:29:42 +0000
committerJim Meyering <jim@meyering.net>2001-11-17 13:29:42 +0000
commit92f1833affa37844e22d2ebe4ca4c6ba924377f4 (patch)
tree50a6e8a3ccdf4011b47ef6209e91c587bbab7335 /lib/readutmp.c
parent4441dabfe5c609ae999aa8d4aead645a1b99aa82 (diff)
downloadgnulib-92f1833affa37844e22d2ebe4ca4c6ba924377f4.tar.gz
Include unlocked-io.h.
Diffstat (limited to 'lib/readutmp.c')
-rw-r--r--lib/readutmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/readutmp.c b/lib/readutmp.c
index 29b24a5507..2fa8c9295f 100644
--- a/lib/readutmp.c
+++ b/lib/readutmp.c
@@ -1,5 +1,5 @@
/* GNU's read utmp module.
- Copyright (C) 1992-2000 Free Software Foundation, Inc.
+ Copyright (C) 1992-2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -30,6 +30,7 @@
#endif /* STDC_HEADERS || HAVE_STRING_H */
#include "readutmp.h"
+#include "unlocked-io.h"
char *xmalloc ();
char *realloc ();