Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Needs sys/types.h for mode_t, off_t, ssize_t, and ot...
details: https://anonhg.NetBSD.org/src/rev/108aab9913e0
branches: trunk
changeset: 343103:108aab9913e0
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 22 23:15:58 2016 +0000
description:
Needs sys/types.h for mode_t, off_t, ssize_t, and others.
diffstat:
include/rmt.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e56809b5a252 -r 108aab9913e0 include/rmt.h
--- a/include/rmt.h Fri Jan 22 23:15:42 2016 +0000
+++ b/include/rmt.h Fri Jan 22 23:15:58 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rmt.h,v 1.7 2011/02/16 19:29:35 christos Exp $ */
+/* $NetBSD: rmt.h,v 1.8 2016/01/22 23:15:58 dholland Exp $ */
/*
* rmt.h
@@ -18,6 +18,7 @@
#define _RMT_H_
#include <sys/cdefs.h>
+#include <sys/types.h>
#if _FORTIFY_SOURCE > 0
#define __ssp_weak_name(x) rmt ## x
Home |
Main Index |
Thread Index |
Old Index