summaryrefslogtreecommitdiffstats
path: root/src/fuse/connection.h
diff options
context:
space:
mode:
authorManuel Bentele2020-10-19 14:35:01 +0200
committerManuel Bentele2020-10-19 14:44:05 +0200
commitf617270a773669885f263e394f8a10553e110e28 (patch)
treee2b8effab564350324aeebb5fcec3b9f1ba304af /src/fuse/connection.h
parent[BUILD] rewrite CMake build system to track changes of source files (diff)
downloaddnbd3-f617270a773669885f263e394f8a10553e110e28.tar.gz
dnbd3-f617270a773669885f263e394f8a10553e110e28.tar.xz
dnbd3-f617270a773669885f263e394f8a10553e110e28.zip
[BUILD] fixes issues to build user space programs on FreeBSD 12.1
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>