From: Daniel Carl Date: Thu, 3 Oct 2013 18:23:19 +0000 (+0200) Subject: Added include to ex.c. X-Git-Url: https://git.owens.tech/assets/static/dummy.html/assets/static/dummy.html/git?a=commitdiff_plain;h=a7f517eee9c3c7233a3adceb7d7e2228a598d968;p=vimb.git Added include to ex.c. is needed for WIFEXITED and WEXITSTATUS macros. Thanks Leonardo Taccari for this patch. --- 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"