summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/usbtmc/src/usbtmc_app.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/device/usbtmc/src/usbtmc_app.c b/examples/device/usbtmc/src/usbtmc_app.c
index 8f87a6dca..115163c7f 100644
--- a/examples/device/usbtmc/src/usbtmc_app.c
+++ b/examples/device/usbtmc/src/usbtmc_app.c
@@ -23,7 +23,11 @@
*
*/
+#ifdef __ICCARM__
+#include <string.h>
+#else
#include <strings.h>
+#endif
#include <stdlib.h> /* atoi */
#include "tusb.h"
#include "bsp/board.h"