Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed missing include for SDL_INIT_EVENTTHREAD
  • Loading branch information
slouken committed Jan 4, 2009
1 parent 8c237a4 commit c1664d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/SDL_video.c
Expand Up @@ -23,6 +23,7 @@

/* The high-level video driver subsystem */

#include "SDL.h"
#include "SDL_video.h"
#include "SDL_sysvideo.h"
#include "SDL_blit.h"
Expand Down

0 comments on commit c1664d6

Please sign in to comment.