summaryrefslogtreecommitdiff
path: root/phpdbg.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-10-23 13:16:00 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-10-23 13:16:00 +0200
commit6ee2dc47f3313c05d00fedfc49837622dacd6963 (patch)
tree2efd6c0569f00bfbc769d6c9ae6891f8edd26c60 /phpdbg.h
parent4a836ced7e55c39fd490ce01336a1693b6ed9700 (diff)
downloadphp-git-6ee2dc47f3313c05d00fedfc49837622dacd6963.tar.gz
Move phpdbg_print and helper functions to phpdbg_out.*
Diffstat (limited to 'phpdbg.h')
-rw-r--r--phpdbg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpdbg.h b/phpdbg.h
index ce90c6a95e..8c0dbb4afa 100644
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -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"