summaryrefslogtreecommitdiff
path: root/src/mesa/main/depth.c
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>1999-10-11 04:20:55 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>1999-10-11 04:20:55 +0000
commit0b6c775f1c4d69813ca8135cafbdd5c5608572e6 (patch)
tree10c7da00304e0eb495f9287368cec06f0fd0ea2f /src/mesa/main/depth.c
parent4fbb2c627981c9283c62010e71de89f17f6a5a29 (diff)
#include <stdlib.h>
Diffstat (limited to 'src/mesa/main/depth.c')
-rw-r--r--src/mesa/main/depth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/depth.c b/src/mesa/main/depth.c
index 12d226d530..c0279f4a84 100644
--- a/src/mesa/main/depth.c
+++ b/src/mesa/main/depth.c
@@ -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"