Fixing another errant "HAVE_ERRNO_H" preprocessor definition
authorJohn F. Fay <johnffay@nettally.com>
Sun, 13 Dec 2009 13:46:20 +0000 (13:46 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sun, 13 Dec 2009 13:46:20 +0000 (13:46 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@862 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_spaceball.c

index a2e70ed..cab97e1 100644 (file)
@@ -218,7 +218,7 @@ OF SUCH DAMAGE.
 #include <stdlib.h>\r
 #include <string.h>\r
 \r
-#if HAVE_ERRNO_H\r
+#ifdef HAVE_ERRNO_H\r
 #include <errno.h>\r
 #endif\r
 \r