Fix bug where bmem.h wasn't always included

This commit is contained in:
jp9000 2014-07-13 11:34:56 -07:00
parent 902874e362
commit 70559b98a0

View File

@ -21,6 +21,7 @@
#include <string.h>
#include <stdarg.h>
#include "bmem.h"
#include "config-file.h"
#include "text-lookup.h"