summaryrefslogtreecommitdiffstats
path: root/src/fuse/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuse/connection.h')
-rw-r--r--src/fuse/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fuse/connection.h b/src/fuse/connection.h
index dde6da9..b869ac6 100644
--- a/src/fuse/connection.h
+++ b/src/fuse/connection.h
@@ -7,6 +7,7 @@
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
+#include <sys/socket.h>
#define FUSE_USE_VERSION 30
#include <fuse_lowlevel.h>