Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed bug 2688 - failure to build test/loopwavequeue.c on Linux
  • Loading branch information
slouken committed Aug 17, 2014
1 parent 529ed53 commit 2a13cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/loopwavequeue.c
Expand Up @@ -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;
Expand Down

0 comments on commit 2a13cab

Please sign in to comment.