summaryrefslogtreecommitdiff
path: root/src/i_sdlsound.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-11 21:11:02 +0000
committerSimon Howard2008-09-11 21:11:02 +0000
commite3f638419404fe03e5af0cf9607d550b55fe6c0c (patch)
tree0b3e1f2a4db054ecdc5a34de57fed87708cb9652 /src/i_sdlsound.c
parentb868352951acee0e556d702e5e90aa67d9a2b39e (diff)
downloadchocolate-doom-e3f638419404fe03e5af0cf9607d550b55fe6c0c.tar.gz
chocolate-doom-e3f638419404fe03e5af0cf9607d550b55fe6c0c.tar.bz2
chocolate-doom-e3f638419404fe03e5af0cf9607d550b55fe6c0c.zip
Add missing i_sound.h include.
Subversion-branch: /branches/raven-branch Subversion-revision: 1223
Diffstat (limited to 'src/i_sdlsound.c')
-rw-r--r--src/i_sdlsound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_sdlsound.c b/src/i_sdlsound.c
index 43f030d5..2b30d2b6 100644
--- a/src/i_sdlsound.c
+++ b/src/i_sdlsound.c
@@ -39,6 +39,7 @@
#endif
#include "deh_str.h"
+#include "i_sound.h"
#include "i_system.h"
#include "m_argv.h"
#include "sounds.h"