Index: FPGA.h =================================================================== diff -u -r6d80d69a210f45c733e5307859351f2cd820a8e7 -r3402723ffaf9fb1256d51fd23f4273ad7c087836 --- FPGA.h (.../FPGA.h) (revision 6d80d69a210f45c733e5307859351f2cd820a8e7) +++ FPGA.h (.../FPGA.h) (revision 3402723ffaf9fb1256d51fd23f4273ad7c087836) @@ -18,7 +18,16 @@ #ifndef __FPGA_H__ #define __FPGA_H__ +#ifdef _TD_ #include "TDCommon.h" +#endif +#ifdef _DD_ +#include "DDCommon.h" +#endif +#ifdef _RO_ +#include "ROCommon.h" +#endif + #include "Interrupts.h"