summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-07-08 19:09:59 +0000
committerSascha Schumann <sas@php.net>2001-07-08 19:09:59 +0000
commit69d129bdfbf5387f31d55f446cfe0921e05fa139 (patch)
tree1752321aa98fb476ef29b0dc46a8adef6920fd6c
parent423613f4eef34687a88d67c50794a23fb0578b65 (diff)
downloadphp-git-69d129bdfbf5387f31d55f446cfe0921e05fa139.tar.gz
Needed for the prototype of php_escape_shell_cmd().
-rw-r--r--ext/standard/mail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/mail.c b/ext/standard/mail.c
index 8c68e3ba25..8fd0c09dde 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