summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/http.h')
-rw-r--r--src/emu/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/http.h b/src/emu/http.h
index 6c845757757..3bfe1bd9b18 100644
--- a/src/emu/http.h
+++ b/src/emu/http.h
@@ -18,7 +18,7 @@ HTTP server handling
#define MAME_EMU_HTTP_H
#include <thread>
-#include <time.h>
+#include <ctime>
#include "server_http.hpp"
#include "server_ws.hpp"