diff --git a/GRRLIB/GRRLIB/GRRLIB_fileIO.c b/GRRLIB/GRRLIB/GRRLIB_fileIO.c index c64e6aa..548705c 100644 --- a/GRRLIB/GRRLIB/GRRLIB_fileIO.c +++ b/GRRLIB/GRRLIB/GRRLIB_fileIO.c @@ -21,6 +21,7 @@ THE SOFTWARE. ------------------------------------------------------------------------------*/ #include #include +#include /** * Load a file to memory. diff --git a/GRRLIB/GRRLIB/grrlib/GRRLIB_texSetup.h b/GRRLIB/GRRLIB/grrlib/GRRLIB_texSetup.h index cb353b1..9602755 100644 --- a/GRRLIB/GRRLIB/grrlib/GRRLIB_texSetup.h +++ b/GRRLIB/GRRLIB/grrlib/GRRLIB_texSetup.h @@ -26,12 +26,9 @@ THE SOFTWARE. */ #include -#include #include #include -#include // this bad header file must be included last :( - /** * Create an empty texture. * @param w Width of the new texture to create. diff --git a/examples/template/Makefile b/examples/template/Makefile index c54c4fa..6304666 100644 --- a/examples/template/Makefile +++ b/examples/template/Makefile @@ -45,7 +45,7 @@ LIBS += -lm # Compilers & utils which we will be using #------------------------------------------------------------------------------- BINDIR := $(DEVKITPPC)/bin -PREFIX := $(BINDIR)/powerpc-gekko- +PREFIX := $(BINDIR)/powerpc-eabi- CC := $(PREFIX)gcc CXX := $(PREFIX)g++