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

Commit 66daad7d authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "Support building bluetooth against musl" am: 3309311f

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1927605

Change-Id: I7f105f7e4861ec55e4cec678316c85244b820f3f
parents 1b2e0008 3309311f
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>