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