diff options
Diffstat (limited to 'hw/dma.c')
-rw-r--r-- | hw/dma.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" +#include "hw.h" +#include "isa.h" /* #define DEBUG_DMA */ |