include buffers.h

This commit is contained in:
Brian Paul 2000-02-02 19:28:27 +00:00
parent fab9712714
commit 3face37ca4

View file

@ -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 * Mesa 3-D graphics library
@ -41,6 +41,7 @@
#include "all.h" #include "all.h"
#else #else
#include "glheader.h" #include "glheader.h"
#include "buffers.h"
#include "context.h" #include "context.h"
#include "enums.h" #include "enums.h"
#include "matrix.h" #include "matrix.h"