diff options
| author | dholland <dholland@NetBSD.org> | 2016-01-22 23:15:58 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2016-01-22 23:15:58 +0000 |
| commit | d2c534ca3fc6b9aee48ed77f87433b96dfe94dd3 (patch) | |
| tree | aad36eae211acb188317ee1c59bcf05fb62a7bcb /include | |
| parent | cd1d37677461ae2c200a51d45e3f88f7865c54c8 (diff) | |
Needs sys/types.h for mode_t, off_t, ssize_t, and others.
Diffstat (limited to 'include')
| -rw-r--r-- | include/rmt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rmt.h b/include/rmt.h index 0b32b46699a..87f96ffb75d 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 <sys/cdefs.h> +#include <sys/types.h> #if _FORTIFY_SOURCE > 0 #define __ssp_weak_name(x) rmt ## x |
