diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-10-23 13:16:00 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-23 13:16:00 +0200 |
commit | 6ee2dc47f3313c05d00fedfc49837622dacd6963 (patch) | |
tree | 2efd6c0569f00bfbc769d6c9ae6891f8edd26c60 /phpdbg.h | |
parent | 4a836ced7e55c39fd490ce01336a1693b6ed9700 (diff) | |
download | php-git-6ee2dc47f3313c05d00fedfc49837622dacd6963.tar.gz |
Move phpdbg_print and helper functions to phpdbg_out.*
Diffstat (limited to 'phpdbg.h')
-rw-r--r-- | phpdbg.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 7-4 The PHP Group | + | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -110,6 +110,7 @@ #endif #include "phpdbg_sigsafe.h" +#include "phpdbg_out.h" #include "phpdbg_lexer.h" #include "phpdbg_cmd.h" #include "phpdbg_utils.h" |