include buffers.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 19:28:27 +0000 (19:28 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 19:28:27 +0000 (19:28 +0000)
src/mesa/main/matrix.c

index 5d4e9f7..2785840 100644 (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
@@ -41,6 +41,7 @@
 #include "all.h"
 #else
 #include "glheader.h"
+#include "buffers.h"
 #include "context.h"
 #include "enums.h"
 #include "matrix.h"