summaryrefslogtreecommitdiff
path: root/hw/ads7846.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ads7846.c')
-rw-r--r--hw/ads7846.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/ads7846.c b/hw/ads7846.c
index c26ce25838..578bb54933 100644
--- a/hw/ads7846.c
+++ b/hw/ads7846.c
@@ -7,7 +7,9 @@
* This code is licensed under the GNU GPL v2.
*/
-#include <vl.h>
+#include "hw.h"
+#include "devices.h"
+#include "console.h"
struct ads7846_state_s {
qemu_irq interrupt;