Fix object/function pointer inconsistencies which are a problem for gcc 3.4.2.
[freeglut] / src / freeglut_main.c
index 0ab70ec..d464ca4 100644 (file)
@@ -27,9 +27,7 @@
 
 #include <GL/freeglut.h>
 #include "freeglut_internal.h"
-#if HAVE_ERRNO_H
-#    include <errno.h>
-#endif
+#include <errno.h>
 #include <stdarg.h>
 #if HAVE_VPRINTF
 #    define VFPRINTF(s,f,a) vfprintf((s),(f),(a))