diff --git a/bsps/powerpc/beatnik/start/bspstart.c b/bsps/powerpc/beatnik/start/bspstart.c index 7e6a4b9257..78197b4782 100644 --- a/bsps/powerpc/beatnik/start/bspstart.c +++ b/bsps/powerpc/beatnik/start/bspstart.c @@ -22,6 +22,8 @@ * * T. Straumann: 2005-2007; stolen again for 'beatnik'... */ + +#include #include #include #include @@ -315,7 +317,7 @@ static void bsp_early( void ) #ifdef SHOW_MORE_INIT_SETTINGS printk( - "Configuration.work_space_size = %lx\n", + "Configuration.work_space_size = %" PRIxPTR "\n", rtems_configuration_get_work_space_size() ); #endif