summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2002-11-05 21:26:07 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2002-11-05 21:26:07 +0000
commit14cbc2b8dd3c946f9ef4b30d462404a18da72f5f (patch)
treec6244721abd5c2b13b120acdcf3f0cbfabbcfa70
parent2d386350f8eeb5d57db1f1d5e901f1ac45bbac4b (diff)
a fix from XFree86 CVS
-rw-r--r--src/mesa/main/glheader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index 858b6c5db8..764186d7f7 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -1,4 +1,4 @@
-/* $Id: glheader.h,v 1.23.2.5 2002/10/31 00:36:12 brianp Exp $ */
+/* $Id: glheader.h,v 1.23.2.6 2002/11/05 21:26:07 alanh Exp $ */
/*
* Mesa 3-D graphics library
@@ -61,6 +61,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <unistd.h>
#if defined(__linux__) && defined(__i386__)
#include <fpu_control.h>
#endif