diff options
author | Sascha Schumann <sas@php.net> | 1999-04-21 17:11:01 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-04-21 17:11:01 +0000 |
commit | dcc16af80cac7a2273aba9f0d7601392280d2185 (patch) | |
tree | 2ccc21a47b02e2f5309173528a297adb8306b5fc /main/php.h | |
parent | a6e4ef3e31629a4060dffb1fcc3153b1854d4f7b (diff) | |
download | php-git-dcc16af80cac7a2273aba9f0d7601392280d2185.tar.gz |
port some fixes, add compat routines
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 |