Fixed build on UNIX systems other than OS X

This commit is contained in:
alexey.lysiuk 2014-11-17 14:54:46 +02:00
commit 64e34d883b
2 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,7 @@
// Moved from sdl/i_system.cpp
#include <assert.h>
#include <signal.h>
#include <sys/time.h>
#include <SDL.h>