diff options
Diffstat (limited to 'hw/char/ipack.c')
-rw-r--r-- | hw/char/ipack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/char/ipack.c b/hw/char/ipack.c index b1f46c10a4..e15540d5cd 100644 --- a/hw/char/ipack.c +++ b/hw/char/ipack.c @@ -8,7 +8,7 @@ * later version. */ -#include "hw/ipack.h" +#include "ipack.h" IPackDevice *ipack_device_find(IPackBus *bus, int32_t slot) { |