From c9fc3cbc0449b0b67a5e491fe8c492442c120843 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 11 Feb 2013 23:15:15 +0000 Subject: Fix build against libpthread * Makefile (HURDLIBS): Add -lshouldbeinlibc * gopherfs.h: Include instead of , use pthread functions instead of cthreads functions. --- gopherfs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gopherfs.h') diff --git a/gopherfs.h b/gopherfs.h index 376bec482..8e3921c55 100644 --- a/gopherfs.h +++ b/gopherfs.h @@ -22,10 +22,9 @@ #define __GOPHERFS_H__ #include -#include #include #include -/* #include */ +#include #include #include -- cgit v1.2.3