mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
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>
10 lines
356 B
C
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',
|