summaryrefslogtreecommitdiff
path: root/media-sound/audacity/files/audacity-2.4.2-fix-gettimeofday.patch
blob: 0e6e3e5d8cb1e26141583bf40e4afb38fd25e5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/AudioIO.cpp b/src/AudioIO.cpp
index 0187e39..28a5348 100644
--- a/src/AudioIO.cpp
+++ b/src/AudioIO.cpp
@@ -427,6 +427,7 @@ time warp info and AudioIOListener and whether the playback is looped.
 #include <math.h>
 #include <stdlib.h>
 #include <algorithm>
+#include <sys/time.h>
 
 #ifdef __WXMSW__
 #include <malloc.h>