From 60b5979e41a95c7129fa79f58017090a8707bb68 Mon Sep 17 00:00:00 2001 From: waltje Date: Tue, 5 Mar 2019 23:38:28 -0500 Subject: [PATCH] Well, GCC, stdlib it is, then. Fix for a fix to fix something! :) --- src/devices/cdrom/cdrom_dosbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/cdrom/cdrom_dosbox.cpp b/src/devices/cdrom/cdrom_dosbox.cpp index c27d0e4..ebaf54d 100644 --- a/src/devices/cdrom/cdrom_dosbox.cpp +++ b/src/devices/cdrom/cdrom_dosbox.cpp @@ -47,6 +47,7 @@ #define _LARGEFILE64_SOURCE #define __STDC_FORMAT_MACROS #include +#include #include #include #include