summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-08-23 14:33:04 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-08-23 14:33:04 +0000
commitcf8eebee075e3f69c3daa4ea88994e07527055e4 (patch)
treec4f83a40eefdb4a5ede885e7a3990027fba2324d /src/mesa/main/state.c
parent732dd6f4173917ca1e21901b9c3fa29dbd5f019f (diff)
added convolve.h header
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r--src/mesa/main/state.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c
index 90cb0728a8..caca1f87f9 100644
--- a/src/mesa/main/state.c
+++ b/src/mesa/main/state.c
@@ -1,4 +1,4 @@
-/* $Id: state.c,v 1.22 2000/08/21 14:22:24 brianp Exp $ */
+/* $Id: state.c,v 1.23 2000/08/23 14:33:04 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -44,6 +44,7 @@
#include "clip.h"
#include "colortab.h"
#include "context.h"
+#include "convolve.h"
#include "copypix.h"
#include "cva.h"
#include "depth.h"