diff options
author | Jouk Jansen <[email protected]> | 2002-06-18 08:35:25 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2002-06-18 08:35:25 +0000 |
commit | f92298623872d0e67749479886a445918347fde5 (patch) | |
tree | 534a470157a8659dbc751fcd9922ac03e5f9c29a /src/mesa/main/imports.c | |
parent | 10d7f540ff48aba45225463b36a5c274e5c8e173 (diff) |
Committing in .
Added mtypes.h inclusion
Modified Files:
Mesa/src/imports.c
----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/imports.c')
-rw-r--r-- | src/mesa/main/imports.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index db762eb2c9e..40c02c246c1 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa/main/imports.c @@ -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" |