From 69d129bdfbf5387f31d55f446cfe0921e05fa139 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 8 Jul 2001 19:09:59 +0000 Subject: [PATCH] Needed for the prototype of php_escape_shell_cmd(). --- ext/standard/mail.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 8c68e3ba258..8fd0c09dde8 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -35,6 +35,7 @@ #include "php_mail.h" #include "php_ini.h" #include "safe_mode.h" +#include "exec.h" #if HAVE_SENDMAIL #ifdef PHP_WIN32