projects
/
php8.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0114527
)
Add missing header includes.
author
Andrey Rakhmatullin
<wrar@debian.org>
Sat, 16 Mar 2024 08:04:24 +0000
(09:04 +0100)
committer
Ondřej Surý
<ondrej@debian.org>
Thu, 4 Jul 2024 15:15:46 +0000
(17:15 +0200)
Bug-Debian: https://bugs.debian.org/
1066234
Last-Update: 2024-03-15
Gbp-Pq: Name 0048-fix-implicit-function-declaration.patch
ext/standard/credits.c
patch
|
blob
|
history
diff --git
a/ext/standard/credits.c
b/ext/standard/credits.c
index 1103bea2e018549bcf945d59746af16ce6b45c9f..f981b01e53eadf239097ccf60f4a01cfc0e107f1 100644
(file)
--- a/
ext/standard/credits.c
+++ b/
ext/standard/credits.c
@@
-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)