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

Commit b21e8922 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Add missing includes."

parents 491c68d2 aeb19a53
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@

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

#include "gki_int.h"
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
#include <errno.h>
#include <hardware/bluetooth.h>
#include <inttypes.h>
#include <malloc.h>
#include <string.h>
#include <time.h>
#include <utils/Log.h>

+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/eventfd.h>
#include <sys/select.h>
#include <utils/Log.h>
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <malloc.h>
#include <string.h>
#include <sys/eventfd.h>
#include <utils/Log.h>
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@

#include <assert.h>
#include <errno.h>
#include <malloc.h>
#include <pthread.h>
#include <string.h>
#include <sys/prctl.h>
Loading