From ffa573f88020e4de9300a013721068672c923f33 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 4 Mar 2013 22:28:03 +0100 Subject: raspberry pi port --- common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.h') 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 -- cgit v1.2.3