diff options
Diffstat (limited to 'tools/lldb-mi/Platform.h')
| -rw-r--r-- | tools/lldb-mi/Platform.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/lldb-mi/Platform.h b/tools/lldb-mi/Platform.h index 7c351310b255e..093ceac0fb9d6 100644 --- a/tools/lldb-mi/Platform.h +++ b/tools/lldb-mi/Platform.h @@ -89,6 +89,7 @@ extern sighandler_t signal(int sig, sighandler_t); #else #include <inttypes.h> +#include <limits.h> #include <getopt.h> #include <libgen.h> @@ -96,14 +97,7 @@ extern sighandler_t signal(int sig, sighandler_t); #include <termios.h> #include <unistd.h> -#include <histedit.h> #include <pthread.h> #include <sys/time.h> -#if defined(__FreeBSD__) -#include <readline/readline.h> -#else -#include <editline/readline.h> -#endif - #endif |
