summaryrefslogtreecommitdiff
path: root/comms/fldigi/files/patch-src_rtty_fsk.cxx
blob: 0abccff9a2ff5d5913a68481a1731dc537bdb681 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/rtty/fsk.cxx.orig	2023-08-04 01:13:40 UTC
+++ src/rtty/fsk.cxx
@@ -50,10 +50,10 @@
 #    include <sys/time.h>
 #  endif
 #endif
-
 #include <math.h>
 #include <stdio.h>
 
+#ifndef __FreeBSD__
 #ifdef __WIN32__
 #  include <windows.h>
 //#  include <chrono>
@@ -67,6 +67,7 @@
 //#    include <chrono>
 #    include <sys/timerfd.h>
 #  endif
+#endif
 #endif
 
 #include "threads.h"