summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/FrontendC/wchar-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/wchar-const.c b/test/FrontendC/wchar-const.c
index 0cb5ecb4a8..7cf3322e8c 100644
--- a/test/FrontendC/wchar-const.c
+++ b/test/FrontendC/wchar-const.c
@@ -1,6 +1,6 @@
// RUN: %llvmgcc -S %s -o - | grep {constant \\\[18 x} | grep { 84, }
// This should pass for any endianness combination of host and target.
-#include <ctype.h>
+#include <wchar.h>
extern void foo(const wchar_t* p);
int main (int argc, const char * argv[])
{