From 3eb2a22131f0a0680ad09637290bafdead77eda5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 17 Nov 2001 13:29:42 +0000 Subject: Include unlocked-io.h. --- lib/readtokens.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/readtokens.c') diff --git a/lib/readtokens.c b/lib/readtokens.c index f66bd21c5..8830ed771 100644 --- a/lib/readtokens.c +++ b/lib/readtokens.c @@ -1,5 +1,5 @@ /* readtokens.c -- Functions for reading tokens from an input stream. - Copyright (C) 1990-1991, 1999 Jim Meyering. + Copyright (C) 1990-1991, 1999, 2001 Jim Meyering. 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 @@ -49,6 +49,7 @@ #endif /* not STDC_HEADERS and not HAVE_STRING_H */ #include "readtokens.h" +#include "unlocked-io.h" void *xmalloc (); void *xrealloc (); -- cgit v1.2.3-54-g00ecf