summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_context.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2009-01-28 19:14:57 +0000
committerKeith Whitwell <keithw@vmware.com>2009-01-28 20:07:07 +0000
commit7dbd95618f3e50fe2818d4152527092a96e70474 (patch)
tree242594ed66b9801dc2de86a1855ed7f20a5d198b /src/gallium/state_trackers/wgl/shared/stw_context.c
parentef3fe78478d1ce8f70a36eefb6739103358ecb54 (diff)
stw: remove duplicate function declarations
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_context.c')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_context.c1
1 files changed, 1 insertions, 0 deletions
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;