app-office/gnumeric: Remove old
[gentoo.git] / x11-libs / goffice / files / 0.10.43-unittest-build-failure.patch
1 From 54098b6cd7dddc573b937f45048dd8a434f581af Mon Sep 17 00:00:00 2001
2 From: Gilles Dartiguelongue <eva@gentoo.org>
3 Date: Sat, 17 Nov 2018 16:30:30 +0100
4 Subject: [PATCH] Add missing string.h include
5
6 ---
7  tests/test-quad.c | 1 +
8  1 file changed, 1 insertion(+)
9
10 diff --git a/tests/test-quad.c b/tests/test-quad.c
11 index 49d751e8..379d91ed 100644
12 --- a/tests/test-quad.c
13 +++ b/tests/test-quad.c
14 @@ -1,3 +1,4 @@
15 +#include <string.h>
16  #include <goffice/goffice.h>
17  
18  // A rather expensive way of forcing the compiler to drop any excess
19 -- 
20 2.19.1
21