summaryrefslogtreecommitdiff
path: root/src/i_pcsound.c
diff options
context:
space:
mode:
authorSimon Howard2008-12-01 22:13:53 +0000
committerSimon Howard2008-12-01 22:13:53 +0000
commitc8ef0c4a75b12d1c35f9a6994bdca36aa8897055 (patch)
tree663f2bf1b547b0df455cbf292a4433dac00d4920 /src/i_pcsound.c
parentf871c15bea3485677c0db3679d0d968107a6c2a7 (diff)
downloadchocolate-doom-c8ef0c4a75b12d1c35f9a6994bdca36aa8897055.tar.gz
chocolate-doom-c8ef0c4a75b12d1c35f9a6994bdca36aa8897055.tar.bz2
chocolate-doom-c8ef0c4a75b12d1c35f9a6994bdca36aa8897055.zip
Add missing header includes.
Subversion-branch: /branches/raven-branch Subversion-revision: 1398
Diffstat (limited to 'src/i_pcsound.c')
-rw-r--r--src/i_pcsound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_pcsound.c b/src/i_pcsound.c
index 7f8e8996..36d4873e 100644
--- a/src/i_pcsound.c
+++ b/src/i_pcsound.c
@@ -24,6 +24,7 @@
//-----------------------------------------------------------------------------
#include "SDL.h"
+#include <string.h>
#include "doomtype.h"