From 78505fb00232954a35b4044decf78948821b2123 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sun, 9 Oct 2016 10:35:44 -0400 Subject: [PATCH] include "perl_api/extern.h" for perl_* functions Signed-off-by: Felix Janda Signed-off-by: Sven Verdoolaege --- common/screen.c | 1 + ex/ex_perl.c | 1 + 2 files changed, 2 insertions(+) diff --git a/common/screen.c b/common/screen.c index c4462016..5371912a 100644 --- a/common/screen.c +++ b/common/screen.c @@ -27,6 +27,7 @@ static const char sccsid[] = "$Id: screen.c,v 10.22 2001/06/25 15:19:12 skimo Ex #include "common.h" #include "../vi/vi.h" +#include "../perl_api/extern.h" /* * screen_init -- diff --git a/ex/ex_perl.c b/ex/ex_perl.c index c08d5cdc..7a8307d5 100644 --- a/ex/ex_perl.c +++ b/ex/ex_perl.c @@ -30,6 +30,7 @@ static const char sccsid[] = "$Id: ex_perl.c,v 8.11 2001/06/25 15:19:18 skimo Ex #include #include "../common/common.h" +#include "../perl_api/extern.h" /* * ex_perl -- :[line [,line]] perl [command] -- 2.11.4.GIT