always include thread.h

This commit is contained in:
Brian Paul 2000-02-12 21:08:00 +00:00
parent 85db3d7563
commit 2c9bf83b90
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $Id: glapi.c,v 1.34 2000/02/12 17:31:40 brianp Exp $ */
/* $Id: glapi.c,v 1.35 2000/02/12 21:08:00 brianp Exp $ */
/*
* Mesa 3-D graphics library
@ -47,9 +47,7 @@
#include "glapinoop.h"
#include "glapioffsets.h"
#include "glapitable.h"
#if defined(THREADS)
#include "glthread.h"
#endif
/* This is used when thread safety is disabled */