diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-10-29 18:23:16 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-10-29 18:23:16 +0000 |
commit | ebb248aa5c018dc676d389221d76ed329059789e (patch) | |
tree | f393d59462e03f10a52076814a1aaea06abefc84 /src/mesa/drivers/osmesa | |
parent | 699bc7b73d2fede77d3290f66c1ec355afd0373e (diff) |
more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)
Diffstat (limited to 'src/mesa/drivers/osmesa')
-rw-r--r-- | src/mesa/drivers/osmesa/osmesa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/osmesa/osmesa.c b/src/mesa/drivers/osmesa/osmesa.c index 55fe26181e..5d07bf3ae0 100644 --- a/src/mesa/drivers/osmesa/osmesa.c +++ b/src/mesa/drivers/osmesa/osmesa.c @@ -1,4 +1,4 @@ -/* $Id: osmesa.c,v 1.22 2000/09/28 22:44:31 brianp Exp $ */ +/* $Id: osmesa.c,v 1.23 2000/10/29 18:23:28 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -42,6 +42,7 @@ #include "GL/osmesa.h" #include "context.h" #include "depth.h" +#include "macros.h" #include "mem.h" #include "matrix.h" #include "types.h" |