diff options
Diffstat (limited to 'gopherfs.h')
-rw-r--r-- | gopherfs.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <stdlib.h> -#include <cthreads.h> #include <maptime.h> #include <sys/stat.h> -/* #include <pthreads.h> */ +#include <pthread.h> #include <error.h> #include <netdb.h> |