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

Commit cf71701c authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am f4a776a3: am 677ab971: Merge "Fix missing #includes in external/bluetooth."

* commit 'f4a776a3':
  Fix missing #includes in external/bluetooth.
parents 594dee6d f4a776a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
#include "bt_target.h"

#include <assert.h>
#include <errno.h>
#include <sys/times.h>

#include "gki_int.h"
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>