diff options
-rw-r--r-- | pfinet/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/main.c b/pfinet/main.c index b872e07c..518c8baa 100644 --- a/pfinet/main.c +++ b/pfinet/main.c @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -struct mutex global_lock = MUTEX_INITIALIZER; +#include <cthreads.h> main () { |