removed all HAVE_ERRNO checks
[freeglut] / src / x11 / fg_input_devices_x11.c
index 3c7e808..a25de69 100644 (file)
@@ -33,9 +33,7 @@
 #include <GL/freeglut.h>
 #include "../fg_internal.h"
 
-#ifdef HAVE_ERRNO_H
 #include <errno.h>
-#endif
 #include <sys/ioctl.h>
 #include <stdio.h>
 #include <stdlib.h>