diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2014-11-27 09:47:05 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2014-11-27 09:47:05 +0000 |
commit | d83e2e9c294d9b2e1c684bfe0901333c8f7be04f (patch) | |
tree | dc3c9bf9c39afa4eacea7b70a760c17f2ee543f1 /comms | |
parent | 60d4d872e12b1cda2ba22226b9e8ab7292323227 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fldigi/files/patch-src_data_io.h | 11 | ||||
-rw-r--r-- | comms/fldigi/files/patch-src_include_qrunner.h | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/comms/fldigi/files/patch-src_data_io.h b/comms/fldigi/files/patch-src_data_io.h new file mode 100644 index 000000000000..eb297598713c --- /dev/null +++ b/comms/fldigi/files/patch-src_data_io.h @@ -0,0 +1,11 @@ +--- src/include/data_io.h.orig 2014-11-27 01:39:00.000000000 -0800 ++++ src/include/data_io.h 2014-11-27 01:39:29.000000000 -0800 +@@ -27,6 +27,8 @@ + #ifndef fldigi_data_io_h + #define fldigi_data_io_h + ++#include <sys/types.h> // For time_t ++ + #define DEFAULT_ARQ_IP_ADDRESS "127.0.0.1" + #define DEFAULT_ARQ_IP_PORT "7322" + diff --git a/comms/fldigi/files/patch-src_include_qrunner.h b/comms/fldigi/files/patch-src_include_qrunner.h new file mode 100644 index 000000000000..12b4caad48d8 --- /dev/null +++ b/comms/fldigi/files/patch-src_include_qrunner.h @@ -0,0 +1,10 @@ +--- src/include/qrunner.h.orig 2014-11-27 01:43:12.000000000 -0800 ++++ src/include/qrunner.h 2014-11-27 01:43:46.000000000 -0800 +@@ -32,6 +32,7 @@ + #include <cerrno> + #include <stdexcept> + #include <cstring> ++#include <string> + + #if HAVE_STD_BIND + # include <functional> |