diff options
Diffstat (limited to 'lldb/source/Core/IOHandler.cpp')
-rw-r--r-- | lldb/source/Core/IOHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/IOHandler.cpp b/lldb/source/Core/IOHandler.cpp index 103b5ecde94..b1ed18c09c1 100644 --- a/lldb/source/Core/IOHandler.cpp +++ b/lldb/source/Core/IOHandler.cpp @@ -67,6 +67,7 @@ #include <assert.h> // for assert #include <ctype.h> // for isspace #include <errno.h> // for EINTR, errno +#include <locale.h> // for setlocale #include <stdint.h> // for uint32_t, UINT32_MAX #include <stdio.h> // for size_t, fprintf, feof #include <string.h> // for strlen |