summaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative_builders.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-02-25 09:26:52 +0100
committerGitHub <noreply@github.com>2019-02-25 09:26:52 +0100
commitb520846c6821d1390a760f148122a1d40714aa09 (patch)
tree6a46e69cf07191df7b4116c05d32a6d5638bc71d /modules/gdnative/gdnative_builders.py
parent31656301b2cfe3710a1bfe8d636eb8206d31dd7b (diff)
parentf112f5785b9a088d36ab9ab4484f6017a9713942 (diff)
Merge pull request #26250 from Faless/net/gdnative
Fixing C compatiblity for GDNative NET module
Diffstat (limited to 'modules/gdnative/gdnative_builders.py')
-rw-r--r--modules/gdnative/gdnative_builders.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/gdnative_builders.py b/modules/gdnative/gdnative_builders.py
index 5fd5971fd1..7ab0e01108 100644
--- a/modules/gdnative/gdnative_builders.py
+++ b/modules/gdnative/gdnative_builders.py
@@ -45,6 +45,7 @@ def _build_gdnative_api_struct_header(api):
'#include <android/godot_android.h>',
'#include <arvr/godot_arvr.h>',
'#include <nativescript/godot_nativescript.h>',
+ '#include <net/godot_net.h>',
'#include <pluginscript/godot_pluginscript.h>',
'#include <videodecoder/godot_videodecoder.h>',
'',