summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/main/matrix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c
index 5d4e9f7889..278584076b 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"