diff options
Diffstat (limited to 'lib/hitomezashi.c')
-rw-r--r-- | lib/hitomezashi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hitomezashi.c b/lib/hitomezashi.c index 66f7440..c87073f 100644 --- a/lib/hitomezashi.c +++ b/lib/hitomezashi.c @@ -1,5 +1,5 @@ #include "hitomezashi.h" -#include "SDL.h" +#include "SDL2/SDL.h" #include <assert.h> SDL_Color HITOMEZASHI_FG_COLOUR = {.r = 0, .g = 0, .b = 0}; |