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

Commit e48fce8a authored by Patrick Tsai's avatar Patrick Tsai Committed by Andre Eisenbach
Browse files

Fix warnings of implicit function declaration in Linux vendor lib

Change-Id: I482f1096e87966f33ba8584ea60188abab3bcc42
parent 0eefffee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@ extern "C" {

#if __GLIBC__

#include <unistd.h>

/* Get thread identification. */
pid_t gettid(void);

+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
#include "osi/include/osi.h"
#include "osi/include/log.h"
#include "osi/include/properties.h"
#include "osi/include/compat.h"

#define BTPROTO_HCI     1
#define HCI_CHANNEL_USER        1