From: Jouk Jansen Date: Mon, 11 Oct 1999 04:20:55 +0000 (+0000) Subject: #include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b6c775f1c4d69813ca8135cafbdd5c5608572e6;p=mesa.git #include --- diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 4547ea1e058..7e4a31284c0 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -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 #ifdef PC_HEADER #include "all.h" diff --git a/src/mesa/main/depth.c b/src/mesa/main/depth.c index 12d226d530f..c0279f4a844 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 #ifdef PC_HEADER #include "all.h"