From d53302acd5b899b77864d6772cfe94f9d016f836 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 14 Oct 2003 21:04:37 +0000 Subject: [PATCH] - Fix build on -current --- editors/joe/files/patch-vs.c | 11 +++++++++++ editors/joe2/files/patch-vs.c | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 editors/joe/files/patch-vs.c create mode 100644 editors/joe2/files/patch-vs.c diff --git a/editors/joe/files/patch-vs.c b/editors/joe/files/patch-vs.c new file mode 100644 index 000000000000..324cbcab5835 --- /dev/null +++ b/editors/joe/files/patch-vs.c @@ -0,0 +1,11 @@ +--- vs.c.orig Tue Oct 14 22:58:32 2003 ++++ vs.c Tue Oct 14 22:58:52 2003 +@@ -16,7 +16,7 @@ + JOE; see the file COPYING. If not, write to the Free Software Foundation, + 675 Mass Ave, Cambridge, MA 02139, USA. */ + +-#include ++#include + #include "config.h" + #include "zstr.h" + #include "blocks.h" diff --git a/editors/joe2/files/patch-vs.c b/editors/joe2/files/patch-vs.c new file mode 100644 index 000000000000..324cbcab5835 --- /dev/null +++ b/editors/joe2/files/patch-vs.c @@ -0,0 +1,11 @@ +--- vs.c.orig Tue Oct 14 22:58:32 2003 ++++ vs.c Tue Oct 14 22:58:52 2003 +@@ -16,7 +16,7 @@ + JOE; see the file COPYING. If not, write to the Free Software Foundation, + 675 Mass Ave, Cambridge, MA 02139, USA. */ + +-#include ++#include + #include "config.h" + #include "zstr.h" + #include "blocks.h"