summaryrefslogtreecommitdiffstats
path: root/firmware/include
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2014-08-29 23:36:11 -0400
committerMichael Sevakis <jethead71@rockbox.org>2014-08-29 23:36:11 -0400
commitf3d60aea34de60c4371c04fa1b8482ca71a64b53 (patch)
treeda90e55f804b4d9a9e93e48ff21416f9182801ca /firmware/include
parent17a007bc60c69d6ea471a96a465e04ba4ac2d00f (diff)
downloadrockbox-f3d60aea34de60c4371c04fa1b8482ca71a64b53.tar.gz
rockbox-f3d60aea34de60c4371c04fa1b8482ca71a64b53.zip
Hopefully fix most of the errors and warnings from the last push
Change-Id: I1a466b2d55f120796910039a0296ca324c58e891
Diffstat (limited to 'firmware/include')
-rw-r--r--firmware/include/string-extra.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/include/string-extra.h b/firmware/include/string-extra.h
index 9ab53d8154..549a018dfc 100644
--- a/firmware/include/string-extra.h
+++ b/firmware/include/string-extra.h
@@ -28,7 +28,8 @@
#include "strtok_r.h"
#include "memset16.h"
-#if defined(WIN32) || defined(APPLICATION)
+#if defined(WIN32) || defined(APPLICATION) \
+ || defined(__PCTOOL__)
#ifndef mempcpy
#define mempcpy __builtin_mempcpy
#endif