summaryrefslogtreecommitdiff
path: root/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp')
-rw-r--r--www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp
new file mode 100644
index 000000000000..7a69baa79f2c
--- /dev/null
+++ b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp
@@ -0,0 +1,18 @@
+--- quanta/plugins/php4dbg/dbgbase/ListenerBase.cpp.orig Thu Jan 24 17:09:23 2002
++++ quanta/plugins/php4dbg/dbgbase/ListenerBase.cpp Thu Jan 24 17:09:52 2002
+@@ -11,11 +11,13 @@
+ the world-wide-web at http://dd.cron.ru/license
+ ***************************************************************************/
+
++#include <sys/types.h>
++#include <stdio.h>
++#include <assert.h>
+ #include "dbg_core.h"
+ #include "ListenerBase.h"
+ #include "ThreadBase.h"
+-#include <stdio.h>
+-#include <assert.h>
++
+
+ ListenerBase::~ListenerBase() {
+ DBGTRACE("ListenerBase::~ListenerBase\n");