Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libperfuse Needs sys/cdefs.h for __BEGIN_DECLS and sys/t...



details:   https://anonhg.NetBSD.org/src/rev/4e311cfac39f
branches:  trunk
changeset: 343089:4e311cfac39f
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Jan 22 22:25:50 2016 +0000

description:
Needs sys/cdefs.h for __BEGIN_DECLS and sys/types.h for mode_t.

diffstat:

 lib/libperfuse/perfuse.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9565d47b7f0a -r 4e311cfac39f lib/libperfuse/perfuse.h
--- a/lib/libperfuse/perfuse.h  Fri Jan 22 22:22:48 2016 +0000
+++ b/lib/libperfuse/perfuse.h  Fri Jan 22 22:25:50 2016 +0000
@@ -1,4 +1,4 @@
-/*  $NetBSD: perfuse.h,v 1.1 2010/08/25 07:16:00 manu Exp $ */
+/*  $NetBSD: perfuse.h,v 1.2 2016/01/22 22:25:50 dholland Exp $ */
 
 /*-
  *  Copyright (c) 2010 Emmanuel Dreyfus. All rights reserved.
@@ -28,6 +28,9 @@
 #ifndef _REFUSE_PERFUSE_WRAPPER_H
 #define _REFUSE_PERFUSE_WRAPPER_H
 
+#include <sys/cdefs.h>
+#include <sys/types.h>
+
 __BEGIN_DECLS
 
 int perfuse_open(const char *, int, mode_t);



Home | Main Index | Thread Index | Old Index