freebsd-ports/converters/fix-mime-charset/files/patch-src_decoder.cc
John Marino a54b024526 Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc
Approved by:	gcc5 support blanket
2015-09-20 18:24:44 +00:00

10 lines
298 B
C++

--- src/decoder.cc.orig 2003-08-28 18:45:38 UTC
+++ src/decoder.cc
@@ -1,6 +1,7 @@
// @(#) $Id: decoder.cc,v 1.7 2003/08/28 18:45:38 balu Exp $
#include "decoder.h"
+#include <cstring>
unsigned char base64_rank[256]=
{255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,