aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alhrtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/alhrtf.c')
-rw-r--r--examples/alhrtf.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/alhrtf.c b/examples/alhrtf.c
index f9150ae1..96cf0255 100644
--- a/examples/alhrtf.c
+++ b/examples/alhrtf.c
@@ -24,11 +24,14 @@
/* This file contains an example for selecting an HRTF. */
-#include <stdio.h>
#include <assert.h>
#include <math.h>
+#include <stdio.h>
+#include <string.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"