summaryrefslogtreecommitdiff
path: root/lib/librefuse
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2016-01-22 22:39:29 +0000
committerdholland <dholland@NetBSD.org>2016-01-22 22:39:29 +0000
commit99dd5f6380f759cc0c39ab162397bac9576cd490 (patch)
tree53c45e01b59c321536be00de4e3e2107e01eed4e /lib/librefuse
parent9b5bbe6eb765eb5d6133a81e4d66382a7c86bc64 (diff)
Needs stdint.h.
Diffstat (limited to 'lib/librefuse')
-rw-r--r--lib/librefuse/fuse_opt.h4
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