summaryrefslogtreecommitdiff
path: root/firmware/include/errno.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-10-07 16:54:15 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-10-07 16:54:15 +0000
commit6e11572e0788136f77ef67b3cfc182095084da4b (patch)
tree68539f3fdb8055807587b733d43cb38bb1ef7e19 /firmware/include/errno.h
parent9e9a9138296c602370e9c92d5fbd84a261aa17b8 (diff)
downloadrockbox-6e11572e0788136f77ef67b3cfc182095084da4b.tar.gz
rockbox-6e11572e0788136f77ef67b3cfc182095084da4b.zip
Make the database tool buildable from configure.
Also update the checkwps makefile to make checkwps builds not break git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22998 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include/errno.h')
-rw-r--r--firmware/include/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/errno.h b/firmware/include/errno.h
index 1843b56f1d..846cd0e339 100644
--- a/firmware/include/errno.h
+++ b/firmware/include/errno.h
@@ -2,7 +2,7 @@
2 non-reentrant. Instead, its address is returned by the function 2 non-reentrant. Instead, its address is returned by the function
3 __errno. */ 3 __errno. */
4 4
5#if defined(SIMULATOR) && !defined(__MINGW32__) && !defined(__CYGWIN__) 5#if (defined(SIMULATOR)||defined(__PCTOOL__)) && !defined(__MINGW32__) && !defined(__CYGWIN__)
6 6
7#include "/usr/include/errno.h" /* use the host system implementation */ 7#include "/usr/include/errno.h" /* use the host system implementation */
8 8