libllvm: Fix building under ubuntu 18.04
[termux-packages] / packages / vim / vterm_internal.h.patch
1 --- ../cache/vim-8.0.0979/src/libvterm/src/vterm_internal.h 2017-08-20 18:21:23.000000000 +0000
2 +++ ./src/libvterm/src/vterm_internal.h 2017-08-21 03:25:48.637450794 +0000
3 @@ -1,7 +1,7 @@
4 #ifndef __VTERM_INTERNAL_H__
5 #define __VTERM_INTERNAL_H__
6
7 -#include "vterm.h"
8 +#include "../include/vterm.h"
9
10 #include <stdarg.h>
11