diff --git a/src/boot/main.c b/src/boot/main.c index 00830fd7..d27d0b5a 100644 --- a/src/boot/main.c +++ b/src/boot/main.c @@ -18,7 +18,7 @@ #include "usb/usb.h" #include "usb/debug.h" #endif -#include "puppyprint.h" +#include "game/puppyprint.h" // Message IDs #define MESG_SP_COMPLETE 100 diff --git a/src/boot/memory.c b/src/boot/memory.c index af7a2fea..8dc7d7a4 100644 --- a/src/boot/memory.c +++ b/src/boot/memory.c @@ -21,7 +21,7 @@ #include "usb/usb.h" #include "usb/debug.h" #endif -#include "puppyprint.h" +#include "game/puppyprint.h" // round up to the next multiple