fix missing include

This commit is contained in:
Andrew Pamment 2018-11-03 17:37:06 +10:00
parent 27f0c26e29
commit 8b206c2512
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include "lua/lua.h"
#include "lua/lauxlib.h"
#include "jamlib/jam.h"
#include "libuuid/uuid.h"
extern int mynode;
extern struct bbs_config conf;