summaryrefslogtreecommitdiff
path: root/src/glut
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-07-31 14:57:37 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-07-31 14:57:37 -0600
commit6fae66715be216f03f1f418d963ae6db8c83885a (patch)
treed743828a38ac37918c0573ec3d8607cd15bcb84c /src/glut
parent8410b3f8f9d7041440db0f178c31a5819b16495c (diff)
fix some FreeBSD issues
Diffstat (limited to 'src/glut')
-rw-r--r--src/glut/glx/glut_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/glut_event.c b/src/glut/glx/glut_event.c
index 4e67da674ed..0a96e8cf71d 100644
--- a/src/glut/glx/glut_event.c
+++ b/src/glut/glx/glut_event.c
@@ -24,7 +24,7 @@
# ifdef __sgi
# include <bstring.h> /* prototype for bzero used by FD_ZERO */
# endif
-# if (defined(SVR4) || defined(CRAY) || defined(AIXV3)) && !defined(FD_SETSIZE)
+# if (defined(__FreeBSD__) || defined(SVR4) || defined(CRAY) || defined(AIXV3)) && !defined(FD_SETSIZE)
# include <sys/select.h> /* select system call interface */
# ifdef luna
# include <sysent.h>