filename | src/drivers/audio_sdl.c |
changeset | 1161:d3511e94c29f |
prev | 1049:e723f379ec88 |
author | nkeynes |
date | Fri Jan 21 06:39:33 2011 +1000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Adjust #includes for SDL (SDL pkg-config should return the /SDL directory) |
file | annotate | diff | log | raw |
1.1 --- a/src/drivers/audio_sdl.c Sun Jun 28 01:34:55 2009 +00001.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"
.