gentoo/dev-db/myodbc/files/myodbc-8.0.32-include-string.patch
Christopher Fore 50d4c3260a
dev-db/myodbc: add 8.0.32, fix GCC 14 error, EAPI bump
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>
2024-04-24 20:07:51 +01:00

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>