You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
391 B

--- ../cache/lldb-6.0.0.src/include/lldb/Host/Editline.h 2017-05-25 20:12:30.000000000 +0000
+++ ./include/lldb/Host/Editline.h 2018-04-13 09:51:29.606274657 +0000
@@ -56,10 +56,9 @@
#if defined(_WIN32)
#include "lldb/Host/windows/editlinewin.h"
-#elif !defined(__ANDROID__)
-#include <histedit.h>
#endif
+#include <histedit.h>
#include <mutex>
#include <string>
#include <vector>