summaryrefslogtreecommitdiffstats
path: root/0001-missing-header.patch
blob: 58784aa910babeec51bdf28734ee62d7678f1538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 10feb6a1ca1c396d323f4bf92acd67feae758a62 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 6 Jun 2024 10:08:05 +0200
Subject: [PATCH] missing header

---
 thirdparty/php83/pdo_odbc/odbc_driver.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/thirdparty/php83/pdo_odbc/odbc_driver.c b/thirdparty/php83/pdo_odbc/odbc_driver.c
index c83da646c..a5e3a8b4f 100644
--- a/thirdparty/php83/pdo_odbc/odbc_driver.c
+++ b/thirdparty/php83/pdo_odbc/odbc_driver.c
@@ -25,6 +25,7 @@
 #include "pdo/php_pdo.h"
 #include "pdo/php_pdo_driver.h"
 #include "zend_exceptions.h"
+#include <php_odbc_utils.h>
 
 static void pdo_odbc_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) {
     pdo_odbc_db_handle *H = (pdo_odbc_db_handle *) dbh->driver_data;
-- 
2.45.1