1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix GH-13745: fix header inclusion in pdo_pgsql.c (#13749)

pdo/php_pdo_int.h is not part of the PDO's headers to install.
This commit is contained in:
David CARLIER
2024-03-18 23:07:41 +00:00
committed by GitHub
parent 5992a29724
commit 51dafc6054

View File

@@ -22,7 +22,7 @@
#include "php_ini.h"
#include "ext/standard/info.h"
#include "pdo/php_pdo.h"
#include "pdo/php_pdo_int.h"
#include "pdo/php_pdo_error.h"
#include "pdo/php_pdo_driver.h"
#include "php_pdo_pgsql.h"
#include "php_pdo_pgsql_int.h"