Fri Jan 22 22:39:29 2016 UTC ()
Needs stdint.h.


(dholland)
diff -r1.5 -r1.6 src/lib/librefuse/fuse_opt.h

cvs diff -r1.5 -r1.6 src/lib/librefuse/fuse_opt.h (expand / switch to context diff)
--- src/lib/librefuse/fuse_opt.h 2009/04/19 22:25:29 1.5
+++ src/lib/librefuse/fuse_opt.h 2016/01/22 22:39:29 1.6
@@ -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.
@@ -30,6 +30,8 @@
 
 #ifndef _FUSE_OPT_H_
 #define _FUSE_OPT_H_
+
+#include <stdint.h>
 
 #ifdef __cplusplus
 extern "C" {