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

Commit 39743d82 authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "Support building bluetooth against musl" am: 3309311f am: 66daad7d am: 222dbfd9

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

Change-Id: Ic97323f66e228b461753a60fc4a5a07190969aea
parents d1801707 222dbfd9
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>