Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/audio/alsa/SDL_alsa_audio.c Mon Feb 06 08:28:51 2006 +0000 +++ b/src/audio/alsa/SDL_alsa_audio.c Mon Feb 06 08:46:14 2006 +0000 @@ -43,8 +43,10 @@ #ifdef ALSA_DYNAMIC #ifdef USE_DLVSYM +#ifndef __USE_GNU #define __USE_GNU #endif +#endif #include <dlfcn.h> #include "SDL_name.h" #include "SDL_loadso.h"