mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
#include <stdlib.h>
This commit is contained in:
parent
4fbb2c6279
commit
0b6c775f1c
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: attrib.c,v 1.6 1999/10/10 12:44:35 brianp Exp $ */
|
||||
/* $Id: attrib.c,v 1.7 1999/10/11 04:20:55 joukj Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef PC_HEADER
|
||||
#include "all.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: depth.c,v 1.5 1999/10/10 12:51:29 brianp Exp $ */
|
||||
/* $Id: depth.c,v 1.6 1999/10/11 04:22:11 joukj Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -31,6 +31,7 @@
|
|||
* Depth buffer functions
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef PC_HEADER
|
||||
#include "all.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue