Index: WatchdogMgmt.c =================================================================== diff -u -r809103b805b84e80dda7e3dd1e77a52330610666 -rcc8db062292cdcbdb29e4174af5976ccf150d0c0 --- WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 809103b805b84e80dda7e3dd1e77a52330610666) +++ WatchdogMgmt.c (.../WatchdogMgmt.c) (revision cc8db062292cdcbdb29e4174af5976ccf150d0c0) @@ -18,18 +18,20 @@ #ifdef _TD_ #include "CpldInterface.h" #include "FpgaTD.h" +#include "OperationModes.h" #endif #ifdef _DD_ #include "FpgaDD.h" #include "SafetyShutdown.h" +#include "OperationModes.h" #endif #ifdef _RO_ #include "FpgaFP.h" #include "SafetyShutdown.h" +#include "FPOperationModes.h" #endif //#include "InternalADC.h" #include "Messaging.h" -#include "OperationModes.h" #include "Timers.h" #include "WatchdogMgmt.h"