| fuse: add aarch64 support |
| u64/u32 is not defined in sys/types.h, include linux/types.h like |
| the kernel version of fuse.h does. Patch sent to upstream mailing list. |
| Upstream-Status: Submitted |
| Signed-off-by: Riku Voipio <riku.voipio@linaro.org> |
| Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
| include/fuse_kernel.h | 7 +------ |
| 1 file changed, 1 insertion(+), 6 deletions(-) |
| diff --git a/include/fuse_kernel.h b/include/fuse_kernel.h |
| index c632b58..e804278 100644 |
| --- a/include/fuse_kernel.h |
| +++ b/include/fuse_kernel.h |
| +#include <linux/types.h> |