fix building vim after libvterm

This commit is contained in:
its-pointless 2017-08-21 13:38:33 +10:00 committed by Fredrik Fornwall
parent eaa82eb04e
commit 293908cd96
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- ../cache/vim-8.0.0979/src/libvterm/src/vterm_internal.h 2017-08-20 18:21:23.000000000 +0000
+++ ./src/libvterm/src/vterm_internal.h 2017-08-21 03:25:48.637450794 +0000
@@ -1,7 +1,7 @@
#ifndef __VTERM_INTERNAL_H__
#define __VTERM_INTERNAL_H__
-#include "vterm.h"
+#include "../include/vterm.h"
#include <stdarg.h>

View File

@ -0,0 +1,11 @@
--- ../cache/vim-8.0.0979/src/libvterm/src/vterm_internal.h 2017-08-20 18:21:23.000000000 +0000
+++ ./src/libvterm/src/vterm_internal.h 2017-08-21 03:25:48.637450794 +0000
@@ -1,7 +1,7 @@
#ifndef __VTERM_INTERNAL_H__
#define __VTERM_INTERNAL_H__
-#include "vterm.h"
+#include "../include/vterm.h"
#include <stdarg.h>