aboutsummaryrefslogtreecommitdiffstats
path: root/examples/allatency.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/allatency.c')
-rw-r--r--examples/allatency.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/allatency.c b/examples/allatency.c
index d561373f..2bc76289 100644
--- a/examples/allatency.c
+++ b/examples/allatency.c
@@ -27,10 +27,11 @@
#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 "common/alhelpers.h"