summaryrefslogtreecommitdiff
path: root/src/libc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libc.c')
-rw-r--r--src/libc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libc.c b/src/libc.c
index 447220e..5e0618f 100644
--- a/src/libc.c
+++ b/src/libc.c
@@ -71,8 +71,8 @@ tkill(int tid, int sig)
// Also stuff that exists in glibc, but needs to be wrapped for runtime compatibility
#include "libc-stdio.h"
+#include "libc-ctype.h"
-const char *bionic__ctype_, *bionic__tolower_tab_, *bionic__toupper_tab_;
const unsigned int bionic___page_size = PAGE_SIZE;
__attribute_const__