diff -r be265856322f -r 8192be6e3aef openalbridge/loaders.h --- a/openalbridge/loaders.h Sat Jun 27 09:51:15 2009 +0000 +++ b/openalbridge/loaders.h Sun Jun 28 14:37:26 2009 +0000 @@ -15,6 +15,18 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ +#include +#include +#include "al.h" +#include "alc.h" +#include "endianness.h" +#include "wrappers.h" + +#ifndef _WIN32 +#include +#else +#include "winstdint.h" +#endif #ifdef __CPLUSPLUS extern "C" {