X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=src%2Fglancillary.h;fp=src%2Fglancillary.h;h=7a258abec2cedd5d4e0fb2e0f0fe2c389862673f;hb=fe86135d9b9ac863d6c565d858ac13247368845b;hp=4fa63a278161dbffcd79052cd1e4df4941c3e372;hpb=a72b8a15465e907411dc9339586c3a0e62086d21;p=grGL.git diff --git a/src/glancillary.h b/src/glancillary.h index 4fa63a2..7a258ab 100644 --- a/src/glancillary.h +++ b/src/glancillary.h @@ -1,6 +1,12 @@ #ifndef _GLANCILLARY_H_ #define _GLANCILLARY_H_ +#ifdef __APPLE__ +#include +#else +#include +#endif + void glaInit(void); void glaCameraRotatef(GLfloat *cmat, GLfloat angle, GLfloat x, GLfloat y, GLfloat z); void glaCameraTranslatef(GLfloat *cmat, GLfloat x, GLfloat y, GLfloat z);