diff options
author | Brian Paul <[email protected]> | 2002-11-11 18:42:38 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-11-11 18:42:38 +0000 |
commit | 68b1d5c3158f48ef29287aa9568299285f8fea5c (patch) | |
tree | 180f0a556c6a7d9e85f1839520d3adb96d485d49 /src/mesa/drivers/svga/svgapix.h | |
parent | f104619b8f6ece7a60aa365c859b03fbc1d74592 (diff) |
compilation fixes
Diffstat (limited to 'src/mesa/drivers/svga/svgapix.h')
-rw-r--r-- | src/mesa/drivers/svga/svgapix.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/drivers/svga/svgapix.h b/src/mesa/drivers/svga/svgapix.h index dd4bf6978cc..0b19551bf6e 100644 --- a/src/mesa/drivers/svga/svgapix.h +++ b/src/mesa/drivers/svga/svgapix.h @@ -1,9 +1,9 @@ -/* $Id: svgapix.h,v 1.4 2000/11/14 17:51:15 brianp Exp $ */ +/* $Id: svgapix.h,v 1.5 2002/11/11 18:42:44 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.3 - * Copyright (C) 1995-2000 Brian Paul + * Version: 5.0 + * Copyright (C) 1995-2002 Brian Paul * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -34,6 +34,7 @@ #include "GL/gl.h" #include "GL/svgamesa.h" #include "context.h" +#include "colormac.h" #include "vga.h" struct svgamesa_context { |