summaryrefslogtreecommitdiff
path: root/sound/null_s.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-25 07:16:10 +0000
committertron <tron@openttd.org>2005-07-25 07:16:10 +0000
commit2faf06f4cdc47c7774329a6ebdcd4432420bee72 (patch)
treea82d96125e84eafe4fb9321c49e6f8a880e8c141 /sound/null_s.h
parentf1c254befaba4980e832a82dee2adbefa6587ead (diff)
downloadopenttd-2faf06f4cdc47c7774329a6ebdcd4432420bee72.tar.xz
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
Diffstat (limited to 'sound/null_s.h')
-rw-r--r--sound/null_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/null_s.h b/sound/null_s.h
index 5f9a90a92..6ccd19aed 100644
--- a/sound/null_s.h
+++ b/sound/null_s.h
@@ -3,7 +3,7 @@
#ifndef SOUND_NULL_H
#define SOUND_NULL_H
-#include "hal.h"
+#include "../hal.h"
extern const HalSoundDriver _null_sound_driver;