From 7dbd95618f3e50fe2818d4152527092a96e70474 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 28 Jan 2009 19:14:57 +0000 Subject: stw: remove duplicate function declarations --- src/gallium/state_trackers/wgl/shared/stw_context.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/state_trackers/wgl/shared/stw_context.c') diff --git a/src/gallium/state_trackers/wgl/shared/stw_context.c b/src/gallium/state_trackers/wgl/shared/stw_context.c index 6c1f353f96..bf1f0f83c4 100644 --- a/src/gallium/state_trackers/wgl/shared/stw_context.c +++ b/src/gallium/state_trackers/wgl/shared/stw_context.c @@ -37,6 +37,7 @@ #include "shared/stw_winsys.h" #include "shared/stw_framebuffer.h" #include "shared/stw_pixelformat.h" +#include "stw_public.h" #include "stw_context.h" static struct wgl_context *ctx_head = NULL; -- cgit v1.2.3