summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/common/dri_test.c')
-rw-r--r--src/mesa/drivers/dri/common/dri_test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/dri_test.c b/src/mesa/drivers/dri/common/dri_test.c
index f55ec6d52b..6013c02ac5 100644
--- a/src/mesa/drivers/dri/common/dri_test.c
+++ b/src/mesa/drivers/dri/common/dri_test.c
@@ -71,6 +71,12 @@ _glapi_get_dispatch_table_size(void)
return 0;
}
+PUBLIC unsigned long
+_glthread_GetID(void)
+{
+ return 0;
+}
+
int main(int argc, char** argv)
{
void* p = __driDriverExtensions;