summaryrefslogtreecommitdiff
path: root/pgfuse.c
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 20:55:10 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 20:55:10 +0200
commit0ea77430477d3c93173b7a16b44e6f6d9743ec0b (patch)
treecf578524657d0c3d26b7f5c291d47ca78cc2d076 /pgfuse.c
parenta9b7e2562f0fbd8ea9c00d251d9438b15d2fb748 (diff)
downloadpgfuse-0ea77430477d3c93173b7a16b44e6f6d9743ec0b.tar.gz
pgfuse-0ea77430477d3c93173b7a16b44e6f6d9743ec0b.tar.bz2
-
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)