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:17:14 +0100 |
commit | c65d24eaa3671e61db7c2a3f28daeaf7c74ac758 (patch) | |
tree | 4de6744340bbd47e92188ebf243e3d572c95c1aa /sapi/phpdbg/phpdbg.c | |
parent | ebfd93f725eb9b9cfadbbde98047efe76f658da6 (diff) | |
download | php-git-c65d24eaa3671e61db7c2a3f28daeaf7c74ac758.tar.gz |
Remove a few unused write warning (backport from master, oops)s
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 2c43a9c853..a62b409072 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -33,6 +33,7 @@ #include "zend_alloc.h" #include "phpdbg_eol.h" #include "phpdbg_print.h" +#include "phpdbg_help.h" #include "ext/standard/basic_functions.h" |