diff options
author | Harald Radi <phanto@php.net> | 2002-08-07 14:47:42 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-08-07 14:47:42 +0000 |
commit | 99c90db11aa6a89e79c68ada92c83086c8b743d1 (patch) | |
tree | 572de047689ed4aef467a39d0296b389ce5845d1 /Zend/zend_llist.h | |
parent | a77c0a13f70324b8ea2b45397e206e7ff0da6353 (diff) | |
download | php-git-99c90db11aa6a89e79c68ada92c83086c8b743d1.tar.gz |
make win32 debug output more verbose
Diffstat (limited to 'Zend/zend_llist.h')
-rw-r--r-- | Zend/zend_llist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_llist.h b/Zend/zend_llist.h index 075c9cd83f..6fddbb2d92 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -21,8 +21,6 @@ #ifndef ZEND_LLIST_H #define ZEND_LLIST_H -#include <stdlib.h> - typedef struct _zend_llist_element { struct _zend_llist_element *next; struct _zend_llist_element *prev; |