diff options
| author | dholland <dholland@NetBSD.org> | 2016-01-22 22:39:29 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2016-01-22 22:39:29 +0000 |
| commit | 99dd5f6380f759cc0c39ab162397bac9576cd490 (patch) | |
| tree | 53c45e01b59c321536be00de4e3e2107e01eed4e /lib/librefuse | |
| parent | 9b5bbe6eb765eb5d6133a81e4d66382a7c86bc64 (diff) | |
Needs stdint.h.
Diffstat (limited to 'lib/librefuse')
| -rw-r--r-- | lib/librefuse/fuse_opt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/librefuse/fuse_opt.h b/lib/librefuse/fuse_opt.h index b4d958bb9a9..fe77abf4932 100644 --- a/lib/librefuse/fuse_opt.h +++ b/lib/librefuse/fuse_opt.h @@ -1,4 +1,4 @@ -/* $NetBSD: fuse_opt.h,v 1.5 2009/04/19 22:25:29 christos Exp $ */ +/* $NetBSD: fuse_opt.h,v 1.6 2016/01/22 22:39:29 dholland Exp $ */ /* * Copyright (c) 2007 Alistair Crooks. All rights reserved. @@ -31,6 +31,8 @@ #ifndef _FUSE_OPT_H_ #define _FUSE_OPT_H_ +#include <stdint.h> + #ifdef __cplusplus extern "C" { #endif |
