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

This commit is contained in:
Sam Lantinga 2014-08-17 10:10:41 -07:00
parent 14f4677c97
commit 71c7e4c8d4

View File

@ -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;