diff -r 6a8b5f313190 -r f589230fa21b misc/openalbridge/loaders.h --- a/misc/openalbridge/loaders.h Thu Jun 17 11:42:23 2010 -0400 +++ b/misc/openalbridge/loaders.h Thu Jun 17 19:57:51 2010 +0200 @@ -16,11 +16,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ +#include "globals.h" + #ifndef _OALB_LOADERS_H #define _OALB_LOADERS_H -#include "globals.h" - int load_wavpcm (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq); int load_oggvorbis (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);