Module Name:    src
Committed By:   dholland
Date:           Fri Jan 22 23:15:58 UTC 2016

Modified Files:
        src/include: rmt.h

Log Message:
Needs sys/types.h for mode_t, off_t, ssize_t, and others.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/include/rmt.h

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

Modified files:

Index: src/include/rmt.h
diff -u src/include/rmt.h:1.7 src/include/rmt.h:1.8
--- src/include/rmt.h:1.7	Wed Feb 16 19:29:35 2011
+++ src/include/rmt.h	Fri Jan 22 23:15:58 2016
@@ -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

Reply via email to