summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-06-26 00:34:36 +0000
committerSascha Schumann <sas@php.net>1999-06-26 00:34:36 +0000
commit6ec71637961fccd8bd2095b44481cf923b7fdddf (patch)
tree33ec1e64ee664c3894050d73c9178908cf3c1847 /main/php.h
parentf3ef2ff1d087d0846af4f84ce44350f7f1770789 (diff)
downloadphp-git-6ec71637961fccd8bd2095b44481cf923b7fdddf.tar.gz
add dmalloc
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h
index 8872f198a0..75e392d567 100644
--- a/main/php.h
+++ b/main/php.h
@@ -33,6 +33,10 @@
#ifndef _PHP_H
#define _PHP_H
+#ifdef HAVE_DMALLOC
+#include <dmalloc.h>
+#endif
+
#define PHP_API_VERSION 19990421
#define YYDEBUG 0