From: John F. Fay Date: Sun, 13 Dec 2009 13:46:20 +0000 (+0000) Subject: Fixing another errant "HAVE_ERRNO_H" preprocessor definition X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=d00e8ab2bef9c76647e01c67b30628a2ca59bfd4;p=freeglut Fixing another errant "HAVE_ERRNO_H" preprocessor definition git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@862 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_spaceball.c b/src/freeglut_spaceball.c index a2e70ed..cab97e1 100644 --- a/src/freeglut_spaceball.c +++ b/src/freeglut_spaceball.c @@ -218,7 +218,7 @@ OF SUCH DAMAGE. #include #include -#if HAVE_ERRNO_H +#ifdef HAVE_ERRNO_H #include #endif