summaryrefslogtreecommitdiff
path: root/music/os2_m.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 /music/os2_m.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 'music/os2_m.h')
-rw-r--r--music/os2_m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/music/os2_m.h b/music/os2_m.h
index 3e5a83c0b..173f096a5 100644
--- a/music/os2_m.h
+++ b/music/os2_m.h
@@ -3,7 +3,7 @@
#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H
-#include "hal.h"
+#include "../hal.h"
extern const HalMusicDriver _os2_music_driver;