aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/rid.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/godot/rid.h')
-rw-r--r--modules/gdnative/godot/rid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/godot/rid.h b/modules/gdnative/godot/rid.h
index 92e101fd2..ac5b5383d 100644
--- a/modules/gdnative/godot/rid.h
+++ b/modules/gdnative/godot/rid.h
@@ -45,7 +45,7 @@ typedef struct {
} godot_rid;
#endif
-#include "gdnative.h"
+#include <godot/gdnative.h>
void GDAPI godot_rid_new(godot_rid *r_dest);