opnsense-ports/comms/fldigi/files/patch-src_include_data__io.h
Franco Fichtner 32dca09af1 */*: sync with upstream
Taken from: FreeBSD
2015-10-03 12:07:59 +02:00

11 lines
284 B
C

--- src/include/data_io.h.orig 2015-08-12 20:42:40 UTC
+++ src/include/data_io.h
@@ -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"