summaryrefslogtreecommitdiff
path: root/audio/faust/files/patch-architecture_faust_dsp_timed-dsp.h
blob: fcd73401f8c27c2015c7a8c239bad1957d3be865 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- architecture/faust/dsp/timed-dsp.h.orig	2020-09-21 21:48:57 UTC
+++ architecture/faust/dsp/timed-dsp.h
@@ -47,7 +47,7 @@ namespace {
 #endif
 #endif
 
-#if __linux__
+#if __linux__ || defined(__FreeBSD__)
 #include <sys/time.h>
 inline double GetCurrentTimeInUsec() 
 {