From a7f517eee9c3c7233a3adceb7d7e2228a598d968 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 3 Oct 2013 20:23:19 +0200 Subject: [PATCH] Added include to ex.c. is needed for WIFEXITED and WEXITSTATUS macros. Thanks Leonardo Taccari for this patch. --- src/ex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ex.c b/src/ex.c index 694f277..128f009 100644 --- a/src/ex.c +++ b/src/ex.c @@ -22,6 +22,7 @@ * commands from inputbox and the ex commands. */ #include +#include #include "config.h" #include "main.h" #include "ex.h" -- 2.20.1