1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

Needed for the prototype of php_escape_shell_cmd().

This commit is contained in:
Sascha Schumann
2001-07-08 19:09:59 +00:00
parent 423613f4ee
commit 69d129bdfb

View File

@@ -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