Commit 2a13cab927ebae670749494a75a1fce1fbc431d6

Sam Lantinga 2014-08-17T10:10:41

Fixed bug 2688 - failure to build test/loopwavequeue.c on Linux

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/test/loopwavequeue.c b/test/loopwavequeue.c
index a70e516..8ca31dd 100644
--- a/test/loopwavequeue.c
+++ b/test/loopwavequeue.c
@@ -15,12 +15,12 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "SDL.h"
+
 #if HAVE_SIGNAL_H
 #include <signal.h>
 #endif
 
-#include "SDL.h"
-
 struct
 {
     SDL_AudioSpec spec;