فهرست منبع

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

Sam Lantinga 11 سال پیش
والد
کامیت
2a13cab927
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      test/loopwavequeue.c

+ 2 - 2
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;