changeset 2200 | 8192be6e3aef |
parent 2191 | 20c62f787a4d |
child 2203 | 6bd39d75e0dd |
--- a/openalbridge/endianness.h Sat Jun 27 09:51:15 2009 +0000 +++ b/openalbridge/endianness.h Sun Jun 28 14:37:26 2009 +0000 @@ -16,6 +16,15 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ +#include <stdio.h> +#include <stdlib.h> + +#ifndef _WIN32 +#include <stdint.h> +#else +#include "winstdint.h" +#endif + #ifdef __CPLUSPLUS extern "C" { #endif