summaryrefslogtreecommitdiff
blob: 8e706f62b99b97e967c0d7a0818aa51426e878e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);