X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=blobdiff_plain;f=common.h;h=fb7f31ebed63d9c4d31f8709b66dc73759d24b52;hp=f97549fefe33a23128e63bb1fdbfe2b81c5ac8b1;hb=ffa573f88020e4de9300a013721068672c923f33;hpb=6a298de4811066eb3cd2fadfd78970281ed30074 diff --git a/common.h b/common.h index f97549f..fb7f31e 100644 --- a/common.h +++ b/common.h @@ -270,4 +270,8 @@ typedef u32 fixed8_24; #include "pandora/pnd.h" #endif +#ifdef RPI_BUILD + #include "raspberrypi/rpi.h" +#endif + #endif