X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_spaceball.c;h=7c9d0731066c8877dcdada259cbd16b64a3cf908;hb=42c82aef321e500f4f51115ba3244beabefbc3dc;hp=a2e70edb2a122fb5fd68ea6d9e61300939ab51f4;hpb=ac26c64653954569627ad5413240cbd8453cd814;p=freeglut diff --git a/src/freeglut_spaceball.c b/src/freeglut_spaceball.c index a2e70ed..7c9d073 100644 --- a/src/freeglut_spaceball.c +++ b/src/freeglut_spaceball.c @@ -10,6 +10,8 @@ #include #include "freeglut_internal.h" +/* -- PRIVATE FUNCTIONS --------------------------------------------------- */ + #if TARGET_HOST_POSIX_X11 #include @@ -218,7 +220,7 @@ OF SUCH DAMAGE. #include #include -#if HAVE_ERRNO_H +#ifdef HAVE_ERRNO_H #include #endif