summaryrefslogtreecommitdiff
blob: 490902d22e09ade28edab191fecabeffbffe06d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#Patch submitted by Jesus Rivero <neurogeek@gentoo.org>
#Submitted on 10/04/2008 to upstream
diff -uNr ReportLab_2_2.orig/src/rl_addons/renderPM/gt1/gt1-namecontext.c ReportLab_2_2/src/rl_addons/renderPM/gt1/gt1-namecontext.c
--- ReportLab_2_2.orig/src/rl_addons/renderPM/gt1/gt1-namecontext.c	2008-10-04 10:28:05.000000000 -0430
+++ ReportLab_2_2/src/rl_addons/renderPM/gt1/gt1-namecontext.c	2008-10-04 10:28:38.000000000 -0430
@@ -3,9 +3,7 @@
 #include "gt1-misc.h"
 
 #include "gt1-namecontext.h"
-#if defined(_WIN32) || defined(macintosh)
-#	include <string.h>
-#endif
+#include <string.h>
 
 /* btw, I do not know who wrote the following comment. I modified this
    file somewhat from gimp's app/procedural_db.c hash function. */