Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
netbsd: Fixed compile error.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/audio/netbsd/SDL_netbsdaudio.c
|
@@ -40,7 +40,7 @@ |
|
|
#include "SDL_audio.h" |
|
|
#include "../SDL_audio_c.h" |
|
|
#include "../SDL_audiodev_c.h" |
|
|
#include "SDL_bsdaudio.h" |
|
|
#include "SDL_netbsdaudio.h" |
|
|
|
|
|
/* Use timer for synchronization */ |
|
|
/* #define USE_TIMER_SYNC */ |
|
|