Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librefuse Needs stdint.h.
details: https://anonhg.NetBSD.org/src/rev/92ce0758632d
branches: trunk
changeset: 343094:92ce0758632d
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 22 22:39:29 2016 +0000
description:
Needs stdint.h.
diffstat:
lib/librefuse/fuse_opt.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b220a2f1895a -r 92ce0758632d lib/librefuse/fuse_opt.h
--- a/lib/librefuse/fuse_opt.h Fri Jan 22 22:35:27 2016 +0000
+++ b/lib/librefuse/fuse_opt.h Fri Jan 22 22:39:29 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index