diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-11-20 14:14:46 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-11-20 14:15:02 +0100 |
commit | d37482679aa072190986df84a7168b0ccdbc7acf (patch) | |
tree | 48a21128b2b9293e18f39d5656f57d5afbec93b8 /sapi/phpdbg/phpdbg.c | |
parent | c17eca1379fbe1bee3d19cec8cde6f8e6031687a (diff) | |
download | php-git-d37482679aa072190986df84a7168b0ccdbc7acf.tar.gz |
Remove a few unused write warnings
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r-- | sapi/phpdbg/phpdbg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index a1aeef70d2..33a806d57d 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -29,6 +29,7 @@ #include "zend_alloc.h" #include "phpdbg_eol.h" #include "phpdbg_print.h" +#include "phpdbg_help.h" #include "ext/standard/basic_functions.h" |