aboutsummaryrefslogtreecommitdiff
path: root/utils/bossa/patches/902-musl_fd.patch
blob: 7ca1b28657b8175c71238f4df9ad64dd5db879eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/PosixSerialPort.cpp
+++ b/src/PosixSerialPort.cpp
@@ -39,6 +39,9 @@
 
 #include <string>
 
+/* __MUSL__ */
+#include <sys/select.h>
+
 #ifndef B460800
 #define B460800 460800
 #endif