changeset 9329 | 64bb8e49c6a6 |
parent 9328 | b21d3417260a |
child 9394 | bb28e5281770 |
1.1 --- a/src/audio/psp/SDL_pspaudio.c Sat Jan 31 22:43:05 2015 +0100 1.2 +++ b/src/audio/psp/SDL_pspaudio.c Sat Jan 31 22:45:54 2015 +0100 1.3 @@ -20,6 +20,8 @@ 1.4 */ 1.5 #include "../../SDL_internal.h" 1.6 1.7 +#if SDL_AUDIO_DRIVER_PSP 1.8 + 1.9 #include <stdio.h> 1.10 #include <string.h> 1.11 #include <stdlib.h> 1.12 @@ -192,5 +194,6 @@ 1.13 1.14 /* SDL_AUDI */ 1.15 1.16 +#endif /* SDL_AUDIO_DRIVER_PSP */ 1.17 1.18 - 1.19 +/* vi: set ts=4 sw=4 expandtab: */