revision 1161:d3511e94c29f
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 1161:d3511e94c29f |
parent | 1160:219d05b638de |
child | 1162:a10d0d254f1f |
author | nkeynes |
date | Fri Jan 21 06:39:33 2011 +1000 (11 years ago) |
Adjust #includes for SDL (SDL pkg-config should return the /SDL directory)
1.1 --- a/src/drivers/audio_sdl.c Thu Jan 20 06:51:15 2011 +10001.2 +++ b/src/drivers/audio_sdl.c Fri Jan 21 06:39:33 2011 +10001.3 @@ -17,8 +17,8 @@1.4 */1.5 #include <stdio.h>1.6 #include <unistd.h>1.7 -#include <SDL/SDL.h>1.8 -#include <SDL/SDL_audio.h>1.9 +#include <SDL.h>1.10 +#include <SDL_audio.h>1.11 #include "aica/audio.h"1.12 #include "lxdream.h"
.