Skip to content

Commit 9334f3c

Browse files
dos1SiegeLord
authored andcommitted
sdl: Include internal platform header in sdl_time.c
This fixes "no previous declaration" compiler warnings
1 parent 820cf7e commit 9334f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdl/sdl_time.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "SDL.h"
1616

1717
#include "allegro5/altime.h"
18-
#include "allegro5/platform/allegro_sdl_thread.h"
18+
#include "allegro5/platform/allegro_internal_sdl.h"
1919
#include "allegro5/debug.h"
2020

2121
ALLEGRO_DEBUG_CHANNEL("SDL")

0 commit comments

Comments
 (0)