chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / lldb / Editline.h.patch
1 --- ../cache/lldb-6.0.0.src/include/lldb/Host/Editline.h        2017-05-25 20:12:30.000000000 +0000
2 +++ ./include/lldb/Host/Editline.h      2018-04-13 09:51:29.606274657 +0000
3 @@ -56,10 +56,9 @@
4  
5  #if defined(_WIN32)
6  #include "lldb/Host/windows/editlinewin.h"
7 -#elif !defined(__ANDROID__)
8 -#include <histedit.h>
9  #endif
10  
11 +#include <histedit.h>
12  #include <mutex>
13  #include <string>
14  #include <vector>