From ef68e7bf718cc81ce25f97d837207c7da5966629 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Tue, 2 Jan 2001 10:07:33 +0000 Subject: Committing in . Modified Files: Mesa/demos/descrip.mms Mesa/src/descrip.mms Mesa/src/dispatch.c -Updated VMS compile suppport -Included glthread.h in dispatch.c to make sure that THREADS is defined if i.e. PTHREADS is defined in the makefile. ---------------------------------------------------------------------- --- src/mesa/main/dispatch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/dispatch.c') 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 -- cgit v1.2.3