From 591fefba7f2cafa9ebf6f615364efb2803e18ef7 Mon Sep 17 00:00:00 2001 From: kevind Date: Thu, 27 Jan 2000 03:22:10 +0000 Subject: [PATCH] * locate/bigram.c: include headers from ../lib directory. --- locate/bigram.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locate/bigram.c b/locate/bigram.c index 9d594a2..31a001b 100644 --- a/locate/bigram.c +++ b/locate/bigram.c @@ -43,7 +43,8 @@ #endif #include -char *xmalloc (); +#include +#include /* The name this program was run with. */ char *program_name; -- 2.11.4.GIT