diff options
author | Gareth Hughes <[email protected]> | 2001-03-12 01:32:20 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-03-12 01:32:20 +0000 |
commit | d4eb665c60eff14c31486986703255b836dd1574 (patch) | |
tree | 8479f4f7dca02b18ee1e2c09e87440b642555e14 /src/mesa/main/context.c | |
parent | 467037de2233e1512b1e2981e4092a5d9764a4ee (diff) |
Add missing header file.
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index f27535d9146..b732889cdf4 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.127 2001/03/11 23:49:20 gareth Exp $ */ +/* $Id: context.c,v 1.128 2001/03/12 01:32:20 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -53,6 +53,7 @@ #include "texobj.h" #include "mtypes.h" #include "varray.h" +#include "vtxfmt.h" #include "math/m_translate.h" #include "math/m_vertices.h" |