From 40e937c63a2a74ef2ff94ba8a056cce0a07832ed Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Mon, 29 Jul 2019 08:16:39 -0700
Subject: Cleanup the examples' includes

---
 examples/alhrtf.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

(limited to 'examples/alhrtf.c')

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"
-- 
cgit v1.2.3