diff options
author | Csaba Henk <csaba.henk@creo.hu> | 2006-09-24 14:53:29 +0000 |
---|---|---|
committer | Csaba Henk <csaba.henk@creo.hu> | 2006-09-24 14:53:29 +0000 |
commit | 3e3a125bd5f1d0f216bb78345cea2dc860082fba (patch) | |
tree | 7460bcc517020af691ff835812a810cad6fd7bd8 /include/ulockmgr.h | |
parent | eafdf42a69455f49fc8f935270fec7550bbc4e7c (diff) | |
download | libfuse-3e3a125bd5f1d0f216bb78345cea2dc860082fba.tar.gz |
Support for nanosec times on FBSD and other FBSD fixes
Diffstat (limited to 'include/ulockmgr.h')
-rw-r--r-- | include/ulockmgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ulockmgr.h b/include/ulockmgr.h index 4cd7b1c..dfdde01 100644 --- a/include/ulockmgr.h +++ b/include/ulockmgr.h @@ -8,6 +8,7 @@ #include <stdint.h> #include <fcntl.h> +#include <sys/types.h> /** * Perform POSIX locking operation |