bantool: Fix compilation error.

This commit is contained in:
William Pitcock 2010-01-07 17:00:18 -06:00
parent dbc4e40434
commit 7a85b88995
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
#include <time.h>
#include "stdinc.h"
#include "common.h"
#include "rsdb.h"
#define EmptyString(x) ((x == NULL) || (*(x) == '\0'))