diff options
| author | Wez Furlong <wez@php.net> | 2004-05-20 21:50:25 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2004-05-20 21:50:25 +0000 |
| commit | 4cdf143184cdbd7bb37cc21b272c20ad0b776ecf (patch) | |
| tree | 78d38e838a3be8295e02e0ad020d44e80abee9ca /ext/pdo_pgsql/pgsql_driver.c | |
| parent | 19d0283ce858e7cdcc4c4f52357829af3e908ad8 (diff) | |
| download | php-git-4cdf143184cdbd7bb37cc21b272c20ad0b776ecf.tar.gz | |
Fix build on win32
Diffstat (limited to 'ext/pdo_pgsql/pgsql_driver.c')
| -rw-r--r-- | ext/pdo_pgsql/pgsql_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_pgsql/pgsql_driver.c b/ext/pdo_pgsql/pgsql_driver.c index 5b1e0f5d42..bbe89e464b 100644 --- a/ext/pdo_pgsql/pgsql_driver.c +++ b/ext/pdo_pgsql/pgsql_driver.c @@ -22,13 +22,13 @@ #include "config.h" #endif -#include "pg_config.h" /* needed for PG_VERSION */ - #include "php.h" #include "php_ini.h" #include "ext/standard/info.h" #include "pdo/php_pdo.h" #include "pdo/php_pdo_driver.h" + +#include "pg_config.h" /* needed for PG_VERSION */ #include "php_pdo_pgsql.h" #include "php_pdo_pgsql_int.h" |
