File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1717#ifndef _GNU_SOURCE
1818# define _GNU_SOURCE
1919#endif
20- #include "php .h"
20+ #include "snprintf .h"
2121
2222#include <zend_strtod.h>
2323
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ spprintf is the dynamical version of snprintf. It allocates the buffer in size
6666#ifndef SNPRINTF_H
6767#define SNPRINTF_H
6868
69+ #include "php.h" // for PHPAPI
70+ #include "zend_portability.h" // for BEGIN_EXTERN_C
71+
6972#include <stdbool.h>
7073
7174BEGIN_EXTERN_C ()
Original file line number Diff line number Diff line change 7575#ifndef _GNU_SOURCE
7676# define _GNU_SOURCE
7777#endif
78- #include "php.h"
78+ #include "spprintf.h"
79+ #include "zend_strtod.h"
7980
8081#include <stddef.h>
8182#include <stdio.h>
Original file line number Diff line number Diff line change 1818#define SPPRINTF_H
1919
2020#include "snprintf.h"
21+ #include "php.h" // for PHPAPI
22+ #include "zend_portability.h" // for BEGIN_EXTERN_C
2123#include "zend_smart_str_public.h"
2224#include "zend_smart_string_public.h"
2325
You can’t perform that action at this time.
0 commit comments