summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/readtokens.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/readtokens.c b/lib/readtokens.c
index 8830ed771..d8d5ec8b7 100644
--- a/lib/readtokens.c
+++ b/lib/readtokens.c
@@ -50,8 +50,7 @@
#include "readtokens.h"
#include "unlocked-io.h"
-void *xmalloc ();
-void *xrealloc ();
+#include "xalloc.h"
#define STREQ(a,b) ((a) == (b) || ((a) && (b) && *(a) == *(b) \
&& strcmp(a, b) == 0))