pkgsrc-ng/mail/fix-mime-charset/patches/patch-src_decoder.cc
2013-09-26 17:14:40 +02:00

9 lines
209 B
C++

$NetBSD: patch-src_decoder.cc,v 1.1 2011/11/24 13:56:02 joerg Exp $
--- src/decoder.cc.orig 2011-11-24 00:54:13.000000000 +0000
+++ src/decoder.cc
@@ -2,2 +2,3 @@
+#include <string.h>
#include "decoder.h"