summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-23 15:48:00 +0000
committertron <tron@openttd.org>2005-07-23 15:48:00 +0000
commit9bb81b8eefe56db44829d32d282684df7f12c31d (patch)
tree265b5c47cc68bef828546de2508f0641f8563050 /unix.c
parentc07e074a337e985b6e5426b46c8502f6ad9c3efe (diff)
downloadopenttd-9bb81b8eefe56db44829d32d282684df7f12c31d.tar.xz
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/unix.c b/unix.c
index bdbd7112e..d49fc5143 100644
--- a/unix.c
+++ b/unix.c
@@ -8,13 +8,13 @@
#include "variables.h"
#include "music/extmidi.h"
-#include "music/null.h"
+#include "music/null_m.h"
-#include "sound/null.h"
-#include "sound/sdl.h"
+#include "sound/null_s.h"
+#include "sound/sdl_s.h"
-#include "video/null.h"
-#include "video/sdl.h"
+#include "video/null_v.h"
+#include "video/sdl_v.h"
#include <dirent.h>
#include <unistd.h>