diff options
Diffstat (limited to 'src/mesa/main/pixel.c')
-rw-r--r-- | src/mesa/main/pixel.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c index 316c357af19..90257b7f3d3 100644 --- a/src/mesa/main/pixel.c +++ b/src/mesa/main/pixel.c @@ -1,4 +1,4 @@ -/* $Id: pixel.c,v 1.1 1999/08/19 00:55:41 jtg Exp $ */ +/* $Id: pixel.c,v 1.2 1999/10/08 09:27:11 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -36,9 +36,13 @@ #ifdef PC_HEADER #include "all.h" #else +#ifndef XFree86Server #include <assert.h> #include <stdio.h> #include <stdlib.h> +#else +#include "GL/xf86glx.h" +#endif #include "context.h" #include "macros.h" #include "pixel.h" |