X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Freadutmp.c;h=2fa8c9295fa8c12e05202b2b11967c77be49c1ff;hb=774a9d80728c1f9bb87f44a1296552fd899031d4;hp=29b24a550796005a8b058c2c06933a4d27bd04b2;hpb=a456afefb13486e442be0cc6205b70e527d8f60b;p=gnulib.git diff --git a/lib/readutmp.c b/lib/readutmp.c index 29b24a550..2fa8c9295 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 ();