diff options
Diffstat (limited to 'sys/dev/ata/chipsets/ata-serverworks.c')
-rw-r--r-- | sys/dev/ata/chipsets/ata-serverworks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/chipsets/ata-serverworks.c b/sys/dev/ata/chipsets/ata-serverworks.c index c6a6a26959ea..66487b4ff564 100644 --- a/sys/dev/ata/chipsets/ata-serverworks.c +++ b/sys/dev/ata/chipsets/ata-serverworks.c @@ -37,9 +37,9 @@ #include <sys/lock.h> #include <sys/mutex.h> #include <sys/sema.h> +#include <sys/stdarg.h> #include <sys/taskqueue.h> #include <vm/uma.h> -#include <machine/stdarg.h> #include <machine/resource.h> #include <machine/bus.h> #include <sys/rman.h> |