diff options
Diffstat (limited to 'hw/pl050.c')
-rw-r--r-- | hw/pl050.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pl050.c b/hw/pl050.c index 76735a0eda..7dd8a59dd4 100644 --- a/hw/pl050.c +++ b/hw/pl050.c @@ -8,7 +8,7 @@ */ #include "hw/sysbus.h" -#include "hw/ps2.h" +#include "hw/input/ps2.h" typedef struct { SysBusDevice busdev; |