aboutsummaryrefslogtreecommitdiff
path: root/src/script/common
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-04-11 21:29:57 +0200
committersfan5 <sfan5@live.de>2020-04-11 21:29:57 +0200
commitba3587e7769113fed9a076ae2e4d2153686fb163 (patch)
tree7474e3f3c9daa031b8d1db99e0d03aa5bbe3978f /src/script/common
parent840b17ce63615424e566b056077b9dfa50d67293 (diff)
downloadhax-minetest-server-ba3587e7769113fed9a076ae2e4d2153686fb163.tar.gz
hax-minetest-server-ba3587e7769113fed9a076ae2e4d2153686fb163.zip
Fix broken config check in 659245a
Diffstat (limited to 'src/script/common')
-rw-r--r--src/script/common/c_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/common/c_internal.h b/src/script/common/c_internal.h
index 747400769..442546332 100644
--- a/src/script/common/c_internal.h
+++ b/src/script/common/c_internal.h
@@ -31,6 +31,7 @@ extern "C" {
#include <lauxlib.h>
}
+#include "config.h"
#include "common/c_types.h"