Add missing header includes.
authorAndrey Rakhmatullin <wrar@debian.org>
Sat, 16 Mar 2024 08:04:24 +0000 (09:04 +0100)
committerOndřej Surý <ondrej@debian.org>
Sun, 3 Aug 2025 07:32:21 +0000 (09:32 +0200)
Bug-Debian: https://bugs.debian.org/1066234
Last-Update: 2024-03-15

Gbp-Pq: Name 0045-Add-missing-header-includes.patch

ext/standard/credits.c

index 1103bea2e018549bcf945d59746af16ce6b45c9f..f981b01e53eadf239097ccf60f4a01cfc0e107f1 100644 (file)
@@ -24,6 +24,7 @@
 #include "php.h"
 #include "info.h"
 #include "SAPI.h"
+#include "credits.h"
 
 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors)