ports/comms/flrig/files/patch-src_xmlrpcpp_base64.h
Diane Bruce 7c9ae3285c Flrig is a transceiver control program designed to be used either stand alone
or as an adjunct to fldigi.  The supported transceivers all have some degree
of CAT.  The flrig user interface changes to accommodate the degree of CAT
support available for the transceiver in use.

WWW: http://www.w1hkj.com/flrig-help/index.html

PR:		ports/188454
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2014-04-11 23:57:16 +00:00

10 lines
356 B
C

--- src/xmlrpcpp/base64.h.orig 2014-04-08 23:01:00.000000000 -0700
+++ src/xmlrpcpp/base64.h 2014-04-08 23:01:12.000000000 -0700
@@ -10,6 +10,7 @@
#define __BASE64_H_INCLUDED__ 1
#include <iterator>
+#include <ios>
static
int _base64Chars[]= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z',