Module Name:    src
Committed By:   dholland
Date:           Fri Jan 22 22:39:29 UTC 2016

Modified Files:
        src/lib/librefuse: fuse_opt.h

Log Message:
Needs stdint.h.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/librefuse/fuse_opt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librefuse/fuse_opt.h
diff -u src/lib/librefuse/fuse_opt.h:1.5 src/lib/librefuse/fuse_opt.h:1.6
--- src/lib/librefuse/fuse_opt.h:1.5	Sun Apr 19 22:25:29 2009
+++ src/lib/librefuse/fuse_opt.h	Fri Jan 22 22:39:29 2016
@@ -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  

Reply via email to