summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-01-29 12:16:52 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-01-29 17:06:58 -0400
commit5503179cb82fe478fbb5595b98ff6a042e083db7 (patch)
treea29fb4ec5f7c6f8b62117383029f96612b0618c6 /include
parent7edad57557c4f1e9b915340ad97d6c57958ce093 (diff)
types.h: Use local path include, instead of system path include
Diffstat (limited to 'include')
-rw-r--r--include/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/types.h b/include/types.h
index c5322e5..c48ec3c 100644
--- a/include/types.h
+++ b/include/types.h
@@ -9,7 +9,7 @@
extern "C" {
#endif
-#include <dolphin/types.h>
+#include "dolphin/types.h"
// Dolphin u32 is unsigned long
typedef unsigned int uint;