summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/depth.c
diff options
context:
space:
mode:
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 5f11344..c5e113e 100644
--- a/src/mesa/main/depth.c
+++ b/src/mesa/main/depth.c
@@ -1,4 +1,4 @@
-/* $Id: depth.c,v 1.19 2000/09/26 20:53:53 brianp Exp $ */
+/* $Id: depth.c,v 1.20 2000/10/29 18:23:16 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -32,6 +32,7 @@
#include "context.h"
#include "enums.h"
#include "depth.h"
+#include "macros.h"
#include "mem.h"
#include "pb.h"
#include "types.h"