summaryrefslogtreecommitdiff
path: root/src/mesa/main/dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/dispatch.c')
-rw-r--r--src/mesa/main/dispatch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c
index a2e411eb23..e5de63c0ec 100644
--- a/src/mesa/main/dispatch.c
+++ b/src/mesa/main/dispatch.c
@@ -1,4 +1,4 @@
-/* $Id: dispatch.c,v 1.17 2000/12/26 05:09:28 keithw Exp $ */
+/* $Id: dispatch.c,v 1.18 2001/01/02 10:07:34 joukj Exp $ */
/*
* Mesa 3-D graphics library
@@ -48,6 +48,7 @@
#include "glheader.h"
#include "glapi.h"
#include "glapitable.h"
+#include "glthread.h"
#endif