From ff993d476d308dda0ea43ba9458e773699f62a60 Mon Sep 17 00:00:00 2001 From: dholland Date: Fri, 22 Jan 2016 23:15:58 +0000 Subject: [PATCH] Needs sys/types.h for mode_t, off_t, ssize_t, and others. --- include/rmt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/rmt.h b/include/rmt.h index 0b32b46699af..87f96ffb75d1 100644 --- a/include/rmt.h +++ b/include/rmt.h @@ -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 +#include #if _FORTIFY_SOURCE > 0 #define __ssp_weak_name(x) rmt ## x