mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 16:09:10 +00:00
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
This commit is contained in:
10
unix.c
10
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>
|
||||
|
Reference in New Issue
Block a user