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

Commit 222dbfd9 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

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

Change-Id: I0784865b6041825542a4517e177359097f406a6a
parents 3eed2c0e 66daad7d
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>