diff options
| author | Daniel Beulshausen <dbeu@php.net> | 2000-11-07 21:13:26 +0000 |
|---|---|---|
| committer | Daniel Beulshausen <dbeu@php.net> | 2000-11-07 21:13:26 +0000 |
| commit | 87d8e44c2687cc202d48ee3d243c17aac4c70892 (patch) | |
| tree | b6108f42b1c08dfbccb3110ca87b5c22634c7f1a /ext/fdf/fdf.c | |
| parent | 9e40204f0004a84f45621f1790c29dc52f2784d2 (diff) | |
| download | php-git-87d8e44c2687cc202d48ee3d243c17aac4c70892.tar.gz | |
win32 sapi symbol export fixes
Diffstat (limited to 'ext/fdf/fdf.c')
| -rw-r--r-- | ext/fdf/fdf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index e6ef3b8bd9..6c4d6cd839 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -32,6 +32,8 @@ #include "SAPI.h" #include "ext/standard/head.h" #include "php_open_temporary_file.h" +#include "php_variables.h" + #include <math.h> #include "php_fdf.h" |
