aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alreverb.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/alreverb.c')
-rw-r--r--examples/alreverb.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/alreverb.c b/examples/alreverb.c
index e6c9e606..e1d3c207 100644
--- a/examples/alreverb.c
+++ b/examples/alreverb.c
@@ -27,11 +27,13 @@
#include <stdio.h>
#include <assert.h>
-#include <SDL_sound.h>
+#include "SDL_sound.h"
+#include "SDL_audio.h"
+#include "SDL_stdinc.h"
#include "AL/al.h"
#include "AL/alc.h"
-#include "AL/alext.h"
+#include "AL/efx.h"
#include "AL/efx-presets.h"
#include "common/alhelpers.h"