projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d7f54
)
Committing in .
author
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Tue, 18 Jun 2002 08:35:25 +0000
(08:35 +0000)
committer
Jouk 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.c
b/src/mesa/main/imports.c
index db762eb2c9e2cb462965d1097086fc0d41b7b977..40c02c246c13339aea9c48e0bfa359c3177cd60c 100644
(file)
--- a/
src/mesa/main/imports.c
+++ b/
src/mesa/main/imports.c
@@
-1,4
+1,4
@@
-/* $Id: imports.c,v 1.1
3 2002/06/15 02:38:15 brianp
Exp $ */
+/* $Id: imports.c,v 1.1
4 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"