Fix building on macos SDL

This commit is contained in:
Jasmine Iwanek
2023-08-30 12:43:34 -04:00
parent 8acabb0995
commit 98a5e6e873

View File

@@ -21,6 +21,10 @@
#include <pwd.h>
#include <stdatomic.h>
#ifdef __APPLE__
# include "macOSXGlue.h"
#endif
#include <86box/86box.h>
#include <86box/mem.h>
#include <86box/rom.h>
@@ -41,10 +45,6 @@
#include <86box/ui.h>
#include <86box/gdbstub.h>
#ifdef __APPLE__
# include "macOSXGlue.h"
#endif
static int first_use = 1;
static uint64_t StartingTime;
static uint64_t Frequency;