diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h index 06ae5ce7ff..72434c7292 100644 --- a/main/php.h +++ b/main/php.h @@ -510,6 +510,7 @@ extern void phprestart(FILE *input_file); #define XtOffsetOf(s_type,field) XtOffset(s_type*,field) #endif +#include "php_compat.h" #endif |