mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
13 lines
236 B
Diff
13 lines
236 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -5568,6 +5568,10 @@ else $as_nop
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
+#include <gnu/libc-version.h>
|
|
+#include <stdlib.h>
|
|
+#include <stdio.h>
|
|
+
|
|
int
|
|
main (void)
|
|
{
|