Core: Fix missing include
Jeffrey Pfau jeffrey@endrift.com
Wed, 01 Jun 2016 19:28:59 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/core/core.c
→
src/core/core.c
@@ -6,6 +6,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "core.h" #include "core/log.h" +#include "core/serialize.h" #include "util/vfs.h" #if !defined(MINIMAL_CORE) || MINIMAL_CORE < 2