summaryrefslogtreecommitdiffstats
path: root/hw/ide/cmd646.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:09 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit478b8ec3110c3ed9461adf38316bf4f51720a2cf (patch)
tree0b2588732c6aad71b7ea2e096d3943f0cd472657 /hw/ide/cmd646.c
parent2131e85393c8d0b16f01bf925288ee54dae01634 (diff)
downloadhqemu-478b8ec3110c3ed9461adf38316bf4f51720a2cf.zip
hqemu-478b8ec3110c3ed9461adf38316bf4f51720a2cf.tar.gz
ide: 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-17-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/ide/cmd646.c')
-rw-r--r--hw/ide/cmd646.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ide/cmd646.c b/hw/ide/cmd646.c
index 27f3da2..49294a5 100644
--- a/hw/ide/cmd646.c
+++ b/hw/ide/cmd646.c
@@ -22,6 +22,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include <hw/hw.h>
#include <hw/i386/pc.h>
#include <hw/pci/pci.h>
OpenPOWER on IntegriCloud