diff -r 4d5d78aa7ca4 -r 1597710c6118 openalbridge/openalwrap.h --- a/openalbridge/openalwrap.h Wed Jun 24 23:53:02 2009 +0000 +++ b/openalbridge/openalwrap.h Thu Jun 25 10:49:05 2009 +0000 @@ -16,6 +16,21 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ +#include +#include +#include +#include "al.h" +#include "alc.h" +#include "loaders.h" +#include "wrappers.h" +#include "endianness.h" + +#ifndef _WIN32 +#include +#else +#include +#endif + #ifndef _SLEEP_H #define _SLEEP_H /** 1.0 02/03/10 - Defines cross-platform sleep, usleep, etc. * By Wu Yongwei **/