about summary refs log tree commit diff
path: root/src/engine/client/ec_snd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client/ec_snd.c')
-rw-r--r--src/engine/client/ec_snd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/ec_snd.c b/src/engine/client/ec_snd.c
index c3563863..a08b2c09 100644
--- a/src/engine/client/ec_snd.c
+++ b/src/engine/client/ec_snd.c
@@ -6,7 +6,7 @@
 #ifdef CONFIG_NO_SDL
 	#include <portaudio.h>
 #else
-	#include <SDL/SDL.h>
+	#include "SDL.h"
 #endif