You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/nted/files/nted-1.10.18-gcc47.patch

14 lines
380 B

https://bugs.gentoo.org/show_bug.cgi?id=424291
Index: nted-1.10.18/dynarray.h
===================================================================
--- nted-1.10.18.orig/dynarray.h
+++ nted-1.10.18/dynarray.h
@@ -76,6 +76,7 @@ class NedDynArray {
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
static void erroraus(const char *s) {
fprintf(stderr, "%s\n", s);