diff options
Diffstat (limited to '')
-rw-r--r-- | fuse/include/ulockmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fuse/include/ulockmgr.h b/fuse/include/ulockmgr.h index ad555799f..c3ceef5d0 100644 --- a/fuse/include/ulockmgr.h +++ b/fuse/include/ulockmgr.h @@ -6,6 +6,8 @@ See the file COPYING.LIB. */ +#include "fuse_lowlevel.h" + #include <stdint.h> #include <fcntl.h> #include <sys/types.h> |