Add log.h to files that need it

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-12-15 17:53:17 +00:00
parent 0cebbc370a
commit acb81bc9a9
15 changed files with 15 additions and 4 deletions

View File

@ -11,6 +11,7 @@
#include "common.h"
#include "config.h"
#include "string_utils.h"
#include "log.h"
/**
* Wrapper of libconfig's <code>config_lookup_int</code>.