From a18e993106f4cd0e04dcd515dbab205af35b179e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 7 Jan 2010 17:00:18 -0600 Subject: [PATCH] bantool: Fix compilation error. --- bandb/bantool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bandb/bantool.c b/bandb/bantool.c index 871474209..c858edbfb 100644 --- a/bandb/bantool.c +++ b/bandb/bantool.c @@ -44,6 +44,7 @@ #include #include "stdinc.h" +#include "common.h" #include "rsdb.h" #define EmptyString(x) ((x == NULL) || (*(x) == '\0'))