Skip to content

Commit

Permalink
SDL_svgaevents.c: add missing ioctl.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jul 1, 2018
1 parent 5afaf21 commit 52fc318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/video/svga/SDL_svgaevents.c
Expand Up @@ -23,6 +23,9 @@

/* Handle the event stream, converting X11 events into SDL events */

#include <sys/types.h>
#include <sys/ioctl.h>

#include <vga.h>
#include <vgamouse.h>
#include <vgakeyboard.h>
Expand Down

0 comments on commit 52fc318

Please sign in to comment.