summaryrefslogtreecommitdiff
path: root/lib/readtokens.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
commit3eb2a22131f0a0680ad09637290bafdead77eda5 (patch)
tree2b359ac377d4b8b0558378c8a24bf739e8bcf257 /lib/readtokens.c
parent1edeae648d12874bdc600fedcb04558e6a281f9a (diff)
downloadcoreutils-3eb2a22131f0a0680ad09637290bafdead77eda5.tar.xz
Include unlocked-io.h.
Diffstat (limited to 'lib/readtokens.c')
-rw-r--r--lib/readtokens.c3
1 files changed, 2 insertions, 1 deletions
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 ();