aboutsummaryrefslogtreecommitdiff
path: root/src/chips
diff options
context:
space:
mode:
Diffstat (limited to 'src/chips')
-rw-r--r--src/chips/dosbox/dbopl.h1
1 files changed, 1 insertions, 0 deletions
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 <stdint.h>
#include <stdlib.h>
+#include <sys/types.h>
typedef unsigned long Bitu;
typedef signed long Bits;
typedef unsigned Bit32u;