diff options
Diffstat (limited to 'apps/codecs/libtremor')
-rw-r--r-- | apps/codecs/libtremor/ctype.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libtremor/ctype.c b/apps/codecs/libtremor/ctype.c index 359be61e5a..9f22047675 100644 --- a/apps/codecs/libtremor/ctype.c +++ b/apps/codecs/libtremor/ctype.c @@ -1,3 +1,4 @@ -#ifndef SIMULATOR +#include "config.h" +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) #include "libc/ctype.c" #endif |