Mercurial > sdl-ios-xcode
comparison src/audio/alsa/SDL_alsa_audio.c @ 1331:1cbaeee565b1
A few fixes to get this building on Linux again
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 06 Feb 2006 08:46:14 +0000 |
parents | 05d4b93b911e |
children | 3692456e7b0f |
comparison
equal
deleted
inserted
replaced
1330:450721ad5436 | 1331:1cbaeee565b1 |
---|---|
41 #include "SDL_timer.h" | 41 #include "SDL_timer.h" |
42 #include "SDL_alsa_audio.h" | 42 #include "SDL_alsa_audio.h" |
43 | 43 |
44 #ifdef ALSA_DYNAMIC | 44 #ifdef ALSA_DYNAMIC |
45 #ifdef USE_DLVSYM | 45 #ifdef USE_DLVSYM |
46 #ifndef __USE_GNU | |
46 #define __USE_GNU | 47 #define __USE_GNU |
48 #endif | |
47 #endif | 49 #endif |
48 #include <dlfcn.h> | 50 #include <dlfcn.h> |
49 #include "SDL_name.h" | 51 #include "SDL_name.h" |
50 #include "SDL_loadso.h" | 52 #include "SDL_loadso.h" |
51 #else | 53 #else |