forked from Lainports/opnsense-ports
11 lines
284 B
C
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"
|
|
|