From: Andrey Hristov Date: Tue, 24 Jun 2008 08:02:06 +0000 (+0000) Subject: Add missing header X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5f72d0685bf50be58d97098ebf9faca89a10dcb;p=php Add missing header --- diff --git a/ext/mysqlnd/mysqlnd_palloc.h b/ext/mysqlnd/mysqlnd_palloc.h index 5a1228366d..f84fcc38ef 100644 --- a/ext/mysqlnd/mysqlnd_palloc.h +++ b/ext/mysqlnd/mysqlnd_palloc.h @@ -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;