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

main
Sam Lantinga 2014-08-17 10:10:41 -07:00
parent 529ed53b16
commit 2a13cab927
1 changed files with 2 additions and 2 deletions

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;