X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=common.h;h=fb7f31ebed63d9c4d31f8709b66dc73759d24b52;hb=HEAD;hp=f97549fefe33a23128e63bb1fdbfe2b81c5ac8b1;hpb=d0944fc942fad418aed45245e4259780f2fc0697;p=gpsp.git 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