summaryrefslogtreecommitdiffstats
path: root/src/fuse/helper.h
diff options
context:
space:
mode:
authorSebastian2016-02-11 15:28:09 +0100
committerSebastian2016-02-11 15:28:09 +0100
commit210b653ff4043a27992389e765a2c3a79938a542 (patch)
treec66df7a398622537ba5d376a4d512808b71701a1 /src/fuse/helper.h
parentremove kernel build breaking include (diff)
downloaddnbd3-210b653ff4043a27992389e765a2c3a79938a542.tar.gz
dnbd3-210b653ff4043a27992389e765a2c3a79938a542.tar.xz
dnbd3-210b653ff4043a27992389e765a2c3a79938a542.zip
compile dnbd3-fuse on FreeBSD without warning :)
Diffstat (limited to 'src/fuse/helper.h')
-rw-r--r--src/fuse/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fuse/helper.h b/src/fuse/helper.h
index 94218a9..8c290cc 100644
--- a/src/fuse/helper.h
+++ b/src/fuse/helper.h
@@ -7,6 +7,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
+#include <sys/socket.h>
typedef struct log_info {
uint64_t imageSize;