Skip to content

Commit 49ffd01

Browse files
committed
Fix header include
1 parent 4a60126 commit 49ffd01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu/menu_setting.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
#if defined(_3DS)
137137
#include <3ds.h>
138138
#include <3ds/services/cfgu.h>
139-
#include "gfx/common/ctr_defines.h"
139+
#include "../gfx/common/ctr_defines.h"
140140
#endif
141141

142142
#if defined(DINGUX)

0 commit comments

Comments
 (0)