A few fixes to get this building on Linux again

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401335
This commit is contained in:
Sam Lantinga 2006-02-06 08:46:14 +00:00
parent 6c3f928cd8
commit ed90299388
5 changed files with 21 additions and 2 deletions

View file

@ -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"