diff options
| author | Andrey Hristov <andrey@php.net> | 2008-06-24 08:01:13 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2008-06-24 08:01:13 +0000 |
| commit | 9d7955b821ccf3f375fb0291e90535481558d57d (patch) | |
| tree | d95dc281a4a95d8b1b731b8fe6e67740077632c5 | |
| parent | 7e5392b54a0605964b02ce9347cfd6e2b71727bb (diff) | |
| download | php-git-9d7955b821ccf3f375fb0291e90535481558d57d.tar.gz | |
Add missing header
| -rw-r--r-- | ext/mysqlnd/mysqlnd_palloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
