summaryrefslogtreecommitdiff
path: root/pgfuse.c
diff options
context:
space:
mode:
Diffstat (limited to 'pgfuse.c')
-rw-r--r--pgfuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgfuse.c b/pgfuse.c
index 7c57f6a..307e0c3 100644
--- a/pgfuse.c
+++ b/pgfuse.c
@@ -30,7 +30,7 @@
#include <fuse.h> /* for user-land filesystem */
#include <fuse_opt.h> /* fuse command line parser */
-#include <pthread.h> /* for mutexes */
+#include <pthread.h> /* for pthread_self */
#if FUSE_VERSION < 28
#error Currently only written for newest FUSE APIversion (FUSE_VERSION 28)