summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 5ef9ce3..dd6a02a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -21,7 +21,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -29,7 +28,7 @@
#include <SDL/SDL.h>
#include <bzlib.h>
#include <time.h>
-
+#include <sdvsd.h>
#ifdef WIN32
#include <direct.h>
#else