View Single Post
  #1  
Old 06-25-2002, 04:49 PM
Yodason
Hill Giant
 
Join Date: Jan 2002
Posts: 205
Default linux compile fix for 0.3.4

under #include <pthread.h> in mutex.h
add this line

#include "../common/unix.h"

make SURE it is in the else section of the #ifdef
Reply With Quote