mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Patch attached includes `<string.h>`. Bump EAPI 7 -> 8. Closes: https://bugs.gentoo.org/919501 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/34274 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
291 B
Diff
15 lines
291 B
Diff
# Gentoo Bug: https://bugs.gentoo.org/919501
|
|
|
|
diff --git a/dltest/dltest.c b/dltest/dltest.c
|
|
index d3b9360..3fb354b 100644
|
|
--- a/dltest/dltest.c
|
|
+++ b/dltest/dltest.c
|
|
@@ -28,6 +28,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
#ifdef WIN32
|
|
#include <windows.h>
|