Browse Source

Committing in .

  Added <stdarg.h>

 Modified Files:
 	Mesa/src/imports.c
  ----------------------------------------------------------------------
tags/mesa_4_1
Jouk Jansen 23 years ago
parent
commit
5e54ddc3a6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/mesa/main/imports.c

+ 2
- 2
src/mesa/main/imports.c View File

@@ -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)
{

Loading…
Cancel
Save