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

Commit 958d25ba authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix missing #includes in external/bluetooth.

Change-Id: I5b1f75efb4b0f595a6e47849b4d8393a8d1dca24
parent 6a95b08a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
*****************************************************************************/

#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>