Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f926aa25 authored by Colin Cross's avatar Colin Cross
Browse files

Support building bluetooth against musl

Support buidling bluetooth against musl libc by including the missing
sys/select.h and sys/socket.h headers.

Bug: 190084016
Tag: #refactor
Test: m USE_HOST_MUSL=true host-native
Change-Id: Iba564d499577f3413877cba527f4ae20a720da1f
parent fb2ec232
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
 * Generated mock file from original source file
 */

#include <sys/socket.h>

#include <list>
#include <map>
#include <string>
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
#ifndef UIPC_H
#define UIPC_H

#include <sys/select.h>

#include <memory>
#include <mutex>