Index: SystemComm.c =================================================================== diff -u -r809103b805b84e80dda7e3dd1e77a52330610666 -rcc8db062292cdcbdb29e4174af5976ccf150d0c0 --- SystemComm.c (.../SystemComm.c) (revision 809103b805b84e80dda7e3dd1e77a52330610666) +++ SystemComm.c (.../SystemComm.c) (revision cc8db062292cdcbdb29e4174af5976ccf150d0c0) @@ -15,6 +15,7 @@ * ***************************************************************************/ + #include // For memcpy() #include "can.h" @@ -24,16 +25,18 @@ #include "Comm.h" #include "Interrupts.h" #include "Messaging.h" -#include "OperationModes.h" #include "SystemComm.h" #ifdef _TD_ #include "SystemCommTD.h" +#include "OperationModes.h" #endif #ifdef _DD_ #include "SystemCommDD.h" +#include "OperationModes.h" #endif #ifdef _RO_ #include "SystemCommFP.h" +#include "FPOperationModes.h" #endif #include "Timers.h" #include "Utilities.h"