summaryrefslogtreecommitdiff
path: root/media-radio/flrig/files/flrig-1.4.4-musl.patch
blob: 44c85a71182856945fd94bf82dd8e4e6facfb66d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff --git a/src/cmedia/cmedia.cxx b/src/cmedia/cmedia.cxx
index c65400f..efe83c5 100644
--- a/src/cmedia/cmedia.cxx
+++ b/src/cmedia/cmedia.cxx
@@ -41,9 +41,6 @@
 #ifndef __WIN32__
 #include <termios.h>
 #include <glob.h>
-#  ifndef __APPLE__
-#    include <error.h>
-#  endif
 #endif
 
 #include "config.h"
diff --git a/src/cmedia/tmate2.cxx b/src/cmedia/tmate2.cxx
index b209469..6408179 100644
--- a/src/cmedia/tmate2.cxx
+++ b/src/cmedia/tmate2.cxx
@@ -44,9 +44,6 @@
 #ifndef __WIN32__
 #include <termios.h>
 #include <glob.h>
-#  ifndef __APPLE__
-#    include <error.h>
-#  endif
 #endif
 
 #include "config.h"