Skip to content

Commit

Permalink
Fix case-sensitive include
Browse files Browse the repository at this point in the history
  • Loading branch information
masterfeizz committed Oct 21, 2015
1 parent 99ffe24 commit 26a3aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/in_ctr.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

#include "quakedef.h"

#include <3DS.h>
#include <3ds.h>
#include "ctr.h"

//Touchscreen mode identifiers
Expand Down

0 comments on commit 26a3aa5

Please sign in to comment.