From 351ed09f02caf56155a0a56b35d31b968a833bf0 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 11 Nov 2010 12:05:00 +0000 Subject: [PATCH] Handle C++ correctly --- motorApp/NewportSrc/XPS_C8_drivers.h | 4 ++++ 1 file changed, 4 insertions(+) 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" {