From c93abf82c639ad0fe65e6f30d86ecd9d2c13cb56 Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Fri, 13 Apr 2018 14:22:05 +0200 Subject: Mac OS needs sys/types.h for ssize_t --- src/chips/dosbox/dbopl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/chips/dosbox/dbopl.h b/src/chips/dosbox/dbopl.h index b5b2ba1..13c606f 100644 --- a/src/chips/dosbox/dbopl.h +++ b/src/chips/dosbox/dbopl.h @@ -20,6 +20,7 @@ /* BEGIN MIDIPLAY GLUE */ #include #include +#include typedef unsigned long Bitu; typedef signed long Bits; typedef unsigned Bit32u; -- cgit v1.2.3