1
0
Fork 0

Indicate system includes for relevant SDL headers

This commit is contained in:
Patryk Obara 2019-12-24 05:36:50 +01:00 committed by Patryk Obara
parent ce7c27a48b
commit 3a68ba2b26
11 changed files with 24 additions and 29 deletions

View file

@ -16,6 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <SDL.h>
#include "dosbox.h"
#include "callback.h"
@ -25,7 +26,6 @@
#include "regs.h"
#include "inout.h"
#include "dos_inc.h"
#include "SDL.h"
static Bitu call_int16,call_irq1,call_irq6;