aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-09-20 18:59:19 +0000
committerJohn Marino <marino@FreeBSD.org>2015-09-20 18:59:19 +0000
commitaa8eddd2a4364b76347ebcd18f9f3f10dc22d1f5 (patch)
tree86040123565ac832e7de707e9154beb44d8aa503 /converters
parent671332be8e16578ec75451de28c3a922cb830fd7 (diff)
downloadports-aa8eddd2a4364b76347ebcd18f9f3f10dc22d1f5.tar.gz
ports-aa8eddd2a4364b76347ebcd18f9f3f10dc22d1f5.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/fix-mime-charset/files/patch-src_input.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/converters/fix-mime-charset/files/patch-src_input.cc b/converters/fix-mime-charset/files/patch-src_input.cc
new file mode 100644
index 000000000000..cc4ba53852df
--- /dev/null
+++ b/converters/fix-mime-charset/files/patch-src_input.cc
@@ -0,0 +1,10 @@
+--- src/input.cc.orig 2003-07-29 23:29:11 UTC
++++ src/input.cc
+@@ -3,6 +3,7 @@
+ #include "input.h"
+ #include <iostream>
+ #include <fstream>
++#include <cstring>
+
+ /* Input */
+