mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-08 22:25:42 +02:00
eautoreconf should not be needed per-se for clang16 but custom test in configure.in missed an header, so let's regen. Closes: https://bugs.gentoo.org/870832 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
9 lines
178 B
Diff
9 lines
178 B
Diff
https://bugs.gentoo.org/870832
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -26,4 +26,5 @@
|
|
[#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+ #include <string.h>
|
|
|
|
int main(void)
|