summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/mame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/mame.cpp')
-rw-r--r--src/frontend/mame/mame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/mame.cpp b/src/frontend/mame/mame.cpp
index e0d45e504c1..88ccc4e1b80 100644
--- a/src/frontend/mame/mame.cpp
+++ b/src/frontend/mame/mame.cpp
@@ -17,7 +17,7 @@
#include "validity.h"
#include "clifront.h"
#include "luaengine.h"
-#include <time.h>
+#include <ctime>
#include "ui/ui.h"
#include "ui/selgame.h"
#include "ui/simpleselgame.h"