summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/ctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtremor/ctype.c')
-rw-r--r--apps/codecs/libtremor/ctype.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/codecs/libtremor/ctype.c b/apps/codecs/libtremor/ctype.c
index 10468bc27d..359be61e5a 100644
--- a/apps/codecs/libtremor/ctype.c
+++ b/apps/codecs/libtremor/ctype.c
@@ -1 +1,3 @@
1#include "common/ctype.c" 1#ifndef SIMULATOR
2#include "libc/ctype.c"
3#endif