From: Gareth Hughes Date: Mon, 12 Mar 2001 01:06:44 +0000 (+0000) Subject: Add missing header file include. X-Git-Tag: 062012170305~27381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=467037de2233e1512b1e2981e4092a5d9764a4ee;p=profile%2Fivi%2Fmesa.git Add missing header file include. --- diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c index a9e7e67..7e339da 100644 --- a/src/mesa/main/vtxfmt.c +++ b/src/mesa/main/vtxfmt.c @@ -1,4 +1,4 @@ -/* $Id: vtxfmt.c,v 1.5 2001/03/12 00:48:39 gareth Exp $ */ +/* $Id: vtxfmt.c,v 1.6 2001/03/12 01:06:44 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -32,6 +32,7 @@ #include "api_loopback.h" #include "context.h" #include "mtypes.h" +#include "state.h" #include "vtxfmt.h"