From: Brian Paul Date: Wed, 2 Feb 2000 19:28:27 +0000 (+0000) Subject: include buffers.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3face37ca4130b4c8e8aebcc4e25f6f19843c3fa;p=mesa.git include buffers.h --- diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c index 5d4e9f78892..278584076b0 100644 --- a/src/mesa/main/matrix.c +++ b/src/mesa/main/matrix.c @@ -1,4 +1,4 @@ -/* $Id: matrix.c,v 1.13 2000/01/13 00:27:05 brianp Exp $ */ +/* $Id: matrix.c,v 1.14 2000/02/02 19:28:27 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -41,6 +41,7 @@ #include "all.h" #else #include "glheader.h" +#include "buffers.h" #include "context.h" #include "enums.h" #include "matrix.h"