diff options
| author | dholland <dholland@NetBSD.org> | 2015-09-06 06:00:59 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2015-09-06 06:00:59 +0000 |
| commit | 74422c2f0a531cad2d9b73f4848a5029afd036ea (patch) | |
| tree | 1524072212949f319a7c81950a0565da3dce5ba4 /sys/dev/raidframe | |
| parent | 2196bf91f439893290b9ce17399e6128671d9055 (diff) | |
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
This covers (I think) all the MI headers outside of external/ (and dist/).
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_compat50.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_compat50.h b/sys/dev/raidframe/rf_compat50.h index f743d4c3397..29990c8f4dc 100644 --- a/sys/dev/raidframe/rf_compat50.h +++ b/sys/dev/raidframe/rf_compat50.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_compat50.h,v 1.1 2009/01/18 16:37:19 christos Exp $ */ +/* $NetBSD: rf_compat50.h,v 1.2 2015/09/06 06:01:00 dholland Exp $ */ /*- * Copyright (c) 2009 The NetBSD Foundation, Inc. @@ -39,6 +39,8 @@ #ifndef _RF_COMPAT50_H_ #define _RF_COMPAT50_H_ +#include <sys/ioccom.h> + #define RAIDFRAME_CONFIGURE50 _IOW ('r', 1, void *) #define RAIDFRAME_GET_INFO50 _IOWR('r', 15, void *) |
