diff options
Diffstat (limited to 'main/php_output.h')
-rw-r--r-- | main/php_output.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_output.h b/main/php_output.h index d1f0bb3842..f08e06e05f 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -94,8 +94,8 @@ typedef struct _php_output_buffer { char *data; size_t size; size_t used; - uint free:1; - uint _reserved:31; + uint32_t free:1; + uint32_t _reserved:31; } php_output_buffer; typedef struct _php_output_context { |