From: Francisco Iglesias Date: Fri, 21 Jan 2022 16:11:35 +0000 (+0000) Subject: include/hw/dma/xlnx_csu_dma: Add in missing includes in the header X-Git-Tag: v7.0.0-rc0~72^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba4fbdbd9b8be7bed4285bc4cf684488b48fb518;p=thirdparty%2Fqemu.git include/hw/dma/xlnx_csu_dma: Add in missing includes in the header Add in the missing includes in the header for being able to build the DMA model when reusing it. Signed-off-by: Francisco Iglesias Reviewed-by: Peter Maydell Reviewed-by: Luc Michel Message-id: 20220121161141.14389-5-francisco.iglesias@xilinx.com Signed-off-by: Peter Maydell --- diff --git a/include/hw/dma/xlnx_csu_dma.h b/include/hw/dma/xlnx_csu_dma.h index 9e9dc551e99..28806628b10 100644 --- a/include/hw/dma/xlnx_csu_dma.h +++ b/include/hw/dma/xlnx_csu_dma.h @@ -21,6 +21,11 @@ #ifndef XLNX_CSU_DMA_H #define XLNX_CSU_DMA_H +#include "hw/sysbus.h" +#include "hw/register.h" +#include "hw/ptimer.h" +#include "hw/stream.h" + #define TYPE_XLNX_CSU_DMA "xlnx.csu_dma" #define XLNX_CSU_DMA_R_MAX (0x2c / 4)