commit | 00b70124b6db7a0622a5720e8e3e8f4e8e7c2936 | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Sun Aug 17 10:10:41 2014 -0700 |
committer | Sam Lantinga <slouken@libsdl.org> | Sun Aug 17 10:10:41 2014 -0700 |
tree | 88ac245593e634433037999a41ebf2a382e5bb06 | |
parent | 3d8224313ff49f8dc29abd1df1a78edbdc6e8444 [diff] |
Fixed bug 2688 - failure to build test/loopwavequeue.c on Linux
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;