summary refs log tree commit diff stats
path: root/hw/net/can/ctucan_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/net/can/ctucan_core.c')
-rw-r--r--hw/net/can/ctucan_core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/net/can/ctucan_core.c b/hw/net/can/ctucan_core.c
index 812b83e93e..4402d4cb1f 100644
--- a/hw/net/can/ctucan_core.c
+++ b/hw/net/can/ctucan_core.c
@@ -28,7 +28,8 @@
 
 #include "qemu/osdep.h"
 #include "qemu/log.h"
-#include "chardev/char.h"
+#include "qemu/bswap.h"
+#include "qemu/bitops.h"
 #include "hw/irq.h"
 #include "migration/vmstate.h"
 #include "net/can_emu.h"