]> granicus.if.org Git - php/commitdiff
Add missing header
authorAndrey Hristov <andrey@php.net>
Tue, 24 Jun 2008 08:01:13 +0000 (08:01 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 24 Jun 2008 08:01:13 +0000 (08:01 +0000)
ext/mysqlnd/mysqlnd_palloc.h

index 5a1228366d2be64a87bbd1c19689f1d6a136554d..f84fcc38efbe24327c9f045bd63049c18317e155 100644 (file)
@@ -68,6 +68,8 @@ typedef struct st_mysqlnd_zval {
 
 typedef struct st_mysqlnd_ndzval_list {
        mysqlnd_zval    **ptr_line;             /* we allocate this, all are pointers to the block */
+       void                    *canary1;
+       void                    *canary2;
        mysqlnd_zval    **last_added;   /* this points to the ptr_line, and moves left-right. It's our stack */
 } mysqlnd_ndzval_list;