diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:16:58 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:22 +0000 |
commit | 0d75590d919454be322f21d55494b8937651fc86 (patch) | |
tree | 9e4b203e4413d416c36424f93231bd26a2f42027 /hw/scsi | |
parent | ea99dde191379804cb01881f931cd50db6550df7 (diff) | |
download | qemu-0d75590d919454be322f21d55494b8937651fc86.zip |
ppc: Clean up includes
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.
This commit was created with scripts/clean-includes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-6-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/scsi')
-rw-r--r-- | hw/scsi/spapr_vscsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi/spapr_vscsi.c b/hw/scsi/spapr_vscsi.c index f4f5140a4a..e4833d5065 100644 --- a/hw/scsi/spapr_vscsi.c +++ b/hw/scsi/spapr_vscsi.c @@ -31,6 +31,7 @@ * - Add indirect descriptors support * - Maybe do autosense (PAPR seems to mandate it, linux doesn't care) */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/scsi/scsi.h" #include "block/scsi.h" |