diff options
author | Jouk Jansen <[email protected]> | 2001-01-02 10:07:33 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2001-01-02 10:07:33 +0000 |
commit | ef68e7bf718cc81ce25f97d837207c7da5966629 (patch) | |
tree | b7ed583e360e1ee496e82a73c6888e0561765ae5 /src/mesa/main/dispatch.c | |
parent | 88f3b89a2cb77766d2009b9868c44e03abe2dbb2 (diff) |
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.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c index a2e411eb230..e5de63c0ec0 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 |