summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/godot/string.h')
-rw-r--r--modules/gdnative/godot/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/godot/string.h b/modules/gdnative/godot/string.h
index d4d6d6c1d0..9013326454 100644
--- a/modules/gdnative/godot/string.h
+++ b/modules/gdnative/godot/string.h
@@ -46,7 +46,7 @@ typedef struct {
} godot_string;
#endif
-#include "gdnative.h"
+#include <godot/gdnative.h>
void GDAPI godot_string_new(godot_string *r_dest);
void GDAPI godot_string_new_copy(godot_string *r_dest, const godot_string *p_src);