mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
14 lines
236 B
Diff
14 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)
|
|
{
|