[SDL] fixed MingW compilation

This commit is contained in:
EkeEke 2018-01-07 16:22:51 +01:00
parent e51cbc5eb8
commit 238e520a4a
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#include "osd.h"
#include "shared.h"
t_config config;

View File

@ -10,7 +10,6 @@
#include <SDL.h>
#include <stdlib.h>
#include "shared.h"
#include "main.h"
#include "config.h"
#include "error.h"