diff options
Diffstat (limited to 'sys/dev/mpt/mpt_raid.c')
-rw-r--r-- | sys/dev/mpt/mpt_raid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mpt/mpt_raid.c b/sys/dev/mpt/mpt_raid.c index d4761c0fef67..5ff08ffcf2b3 100644 --- a/sys/dev/mpt/mpt_raid.c +++ b/sys/dev/mpt/mpt_raid.c @@ -57,10 +57,9 @@ #include <sys/callout.h> #include <sys/kthread.h> +#include <sys/stdarg.h> #include <sys/sysctl.h> -#include <machine/stdarg.h> - struct mpt_raid_action_result { union { |