#include <stdlib.h>
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Mon, 11 Oct 1999 04:20:55 +0000 (04:20 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Mon, 11 Oct 1999 04:20:55 +0000 (04:20 +0000)
src/mesa/main/attrib.c
src/mesa/main/depth.c

index 4547ea1e058da1c7f9697434d2aa49f8f1c4ce77..7e4a31284c0f45f75f73e06ecb2810c16e2137c3 100644 (file)
@@ -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"
index 12d226d530f711b05a7d9f905414553aab4eece6..c0279f4a84434c8b4c0568fd024489ce5eeec357 100644 (file)
@@ -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"