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

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

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

* commit '677ab971':
  Fix missing #includes in external/bluetooth.
parents 1b635cf4 677ab971
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>