projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
840b17c
)
Fix broken config check in 659245a
author
sfan5
<sfan5@live.de>
Sat, 11 Apr 2020 19:29:57 +0000
(21:29 +0200)
committer
sfan5
<sfan5@live.de>
Sat, 11 Apr 2020 19:29:57 +0000
(21:29 +0200)
src/script/common/c_internal.h
patch
|
blob
|
history
diff --git
a/src/script/common/c_internal.h
b/src/script/common/c_internal.h
index 747400769af3f12cae88a4698a0e49f43d5e18c0..442546332a79f781f5a07aa006a2c8865e0ac653 100644
(file)
--- 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"