Skip to content

Commit

Permalink
Fix SDL_timer.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
angstsmurf committed Nov 15, 2019
1 parent 144a5fa commit d851d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions garglk/garglk.h
Expand Up @@ -30,12 +30,12 @@

#include <stddef.h>

#include "gi_dispa.h"

#ifdef GARGLK_USESDL
#include "SDL/SDL_timer.h"
#include <SDL_timer.h>
#endif

#include "gi_dispa.h"

/* First, we define our own TRUE and FALSE and NULL, because ANSI
* is a strange world.
*/
Expand Down

0 comments on commit d851d41

Please sign in to comment.