diff options
author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2002-06-13 08:27:32 +0000 |
---|---|---|
committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2002-06-13 08:27:32 +0000 |
commit | 5e54ddc3a69df060c3ca2acbdd45247e30c947d6 (patch) | |
tree | cfa14361ea1a884914816c44567cb08b9c0f8a90 /src/mesa/main/imports.c | |
parent | f8035450bbc6c09e9c046b0206162de486cd5f71 (diff) |
Committing in .
Added <stdarg.h>
Modified Files:
Mesa/src/imports.c
----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/imports.c')
-rw-r--r-- | src/mesa/main/imports.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index b4e5dca930..7b9339498b 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa/main/imports.c @@ -1,4 +1,4 @@ -/* $Id: imports.c,v 1.11 2002/06/13 04:28:29 brianp Exp $ */ +/* $Id: imports.c,v 1.12 2002/06/13 08:27:32 joukj Exp $ */ /* * Mesa 3-D graphics library @@ -39,13 +39,13 @@ * the renderer should use the XFree86-wrapped system calls. */ +#include <stdarg.h> #include "glheader.h" #include "imports.h" #include "mem.h" #include "mtypes.h" - static void * _mesa_Malloc(__GLcontext *gc, size_t size) { |