diff --git a/motorApp/NewportSrc/XPS_C8_drivers.h b/motorApp/NewportSrc/XPS_C8_drivers.h index 4d49ab86..81a69c21 100644 --- a/motorApp/NewportSrc/XPS_C8_drivers.h +++ b/motorApp/NewportSrc/XPS_C8_drivers.h @@ -16,6 +16,10 @@ #define __stdcall #endif +#ifdef __rtems__ +#include "strtok_r.h" +#endif + #ifdef __cplusplus extern "C" {