diff -r 228757f6c54d -r fececcbc2189 openalbridge/loaders.h --- a/openalbridge/loaders.h Wed Oct 14 16:30:41 2009 +0000 +++ b/openalbridge/loaders.h Wed Oct 14 22:12:02 2009 +0000 @@ -1,6 +1,7 @@ /* * OpenAL Bridge - a simple portable library for OpenAL interface - * Copyright (c) 2009 Vittorio Giovara + * Copyright (c) 2009 Vittorio Giovara , + * Mario Liebisch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -19,10 +20,10 @@ #ifndef _OALB_LOADERS_H #define _OALB_LOADERS_H -#include "globals.h" +#include "common.h" #include "wrappers.h" #include "oggvorbis.h" - +extern char *prog; #ifdef __CPLUSPLUS extern "C" {