forgot pthread include
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2835 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
16caf0e1da
commit
463a172753
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef MULTITHREAD
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
// callbacks
|
||||
void Sys_Linebuffer_Callback (struct cvar_s *var, char *oldvalue);
|
||||
|
||||
|
|
Loading…
Reference in a new issue