summaryrefslogtreecommitdiffstats
path: root/src/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index 1000970..333eba0 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -19,6 +19,9 @@
#define STRICT
#define D3D_OVERLOADS
+#include <stdlib.h>
+#include <ctype.h>
+#include <d3dtypes.h>
#include <dsound.h>
#include <stdio.h>
#include "language.h"