1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

textproc/teckit: Add header to fix build on lang/gcc47

PR:		192698
Submitted by:	Justin Hibbits
Approved by:	maintainer (Nikola Lecic)
This commit is contained in:
John Marino 2014-08-16 09:47:24 +00:00
parent 22f2f2c795
commit 784455eb9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365070

View File

@ -0,0 +1,10 @@
--- source/Compiler.cpp.orig 2008-04-07 14:21:12 UTC
+++ source/Compiler.cpp
@@ -33,6 +33,7 @@ Description:
#include <iomanip>
#include <algorithm>
#include <cstring>
+#include <cstdio>
#include "zlib.h"