Skip to content

Commit 63ead67

Browse files
committed
Fix phpGH-13745: fix header inclusion in pdo_pgsql.c
pdo/php_pdo_int.h is not part of the PDO's headers to install.
1 parent f47b7f1 commit 63ead67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_pgsql/pdo_pgsql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "php_ini.h"
2323
#include "ext/standard/info.h"
2424
#include "pdo/php_pdo.h"
25-
#include "pdo/php_pdo_int.h"
25+
#include "pdo/php_pdo_error.h"
2626
#include "pdo/php_pdo_driver.h"
2727
#include "php_pdo_pgsql.h"
2828
#include "php_pdo_pgsql_int.h"

0 commit comments

Comments
 (0)