Committing in .
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Tue, 18 Jun 2002 08:35:25 +0000 (08:35 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Tue, 18 Jun 2002 08:35:25 +0000 (08:35 +0000)
 Added mtypes.h inclusion

 Modified Files:
  Mesa/src/imports.c
 ----------------------------------------------------------------------

src/mesa/main/imports.c

index db762eb2c9e2cb462965d1097086fc0d41b7b977..40c02c246c13339aea9c48e0bfa359c3177cd60c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: imports.c,v 1.13 2002/06/15 02:38:15 brianp Exp $ */
+/* $Id: imports.c,v 1.14 2002/06/18 08:35:25 joukj Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -50,6 +50,7 @@
 
 
 #include "glheader.h"
+#include "mtypes.h"
 #include "imports.h"
 #include "mem.h"