summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse.h
diff options
context:
space:
mode:
authorSylvestre Gallon <syl@cvs.openbsd.org>2014-01-20 15:02:00 +0000
committerSylvestre Gallon <syl@cvs.openbsd.org>2014-01-20 15:02:00 +0000
commitb50f9a9f1f118d23b3554ee3fd72146e9ee22aff (patch)
treedeb5d47a86b5fd8826af5fbaa4e2a0ef252ddb8c /lib/libfuse/fuse.h
parentac460506e4daa6a74a215339a4bec3c9c27e969d (diff)
Include fuse_opt.h in fuse.h.
Reported by Helg Bredow (xx404 AT msn DOT com), thanks ! ok millert@
Diffstat (limited to 'lib/libfuse/fuse.h')
-rw-r--r--lib/libfuse/fuse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libfuse/fuse.h b/lib/libfuse/fuse.h
index 8c84c462983..243701d6d53 100644
--- a/lib/libfuse/fuse.h
+++ b/lib/libfuse/fuse.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fuse.h,v 1.11 2013/12/17 07:17:23 jasper Exp $ */
+/* $OpenBSD: fuse.h,v 1.12 2014/01/20 15:01:59 syl Exp $ */
/*
* Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com>
*
@@ -25,6 +25,8 @@
#include <fcntl.h>
#include <utime.h>
+#include <fuse_opt.h>
+
#ifdef __cplusplus
extern "C" {
#endif