summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dispatch.c
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2001-01-02 10:07:33 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2001-01-02 10:07:33 +0000
commitef68e7bf718cc81ce25f97d837207c7da5966629 (patch)
treeb7ed583e360e1ee496e82a73c6888e0561765ae5 /src/mesa/main/dispatch.c
parent88f3b89a2cb77766d2009b9868c44e03abe2dbb2 (diff)
downloadexternal_mesa3d-ef68e7bf718cc81ce25f97d837207c7da5966629.zip
external_mesa3d-ef68e7bf718cc81ce25f97d837207c7da5966629.tar.gz
external_mesa3d-ef68e7bf718cc81ce25f97d837207c7da5966629.tar.bz2
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. ----------------------------------------------------------------------
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 a2e411e..e5de63c 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