From 2a13cab927ebae670749494a75a1fce1fbc431d6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 17 Aug 2014 10:10:41 -0700 Subject: [PATCH] Fixed bug 2688 - failure to build test/loopwavequeue.c on Linux --- test/loopwavequeue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/loopwavequeue.c b/test/loopwavequeue.c index a70e516dd6d6d..8ca31dd035e66 100644 --- a/test/loopwavequeue.c +++ b/test/loopwavequeue.c @@ -15,12 +15,12 @@ #include #include +#include "SDL.h" + #if HAVE_SIGNAL_H #include #endif -#include "SDL.h" - struct { SDL_AudioSpec spec;