summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
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>