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

Commit 0320dc49 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Andre Eisenbach
Browse files

Add various missing includes

Test: Build errors
Bug: 30465923
Change-Id: Ib902d9d11d1f346d4dab0678d7f409f11a35c1b2
parent 9a5f970f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#include <netinet/in.h>
#include <pthread.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <sys/prctl.h>
#include <sys/socket.h>
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

#else  /* !defined(OS_GENERIC) */

#include <android/log.h>
#include <log/log.h>

/**
 * These log statements are effectively executing only ALOG(_________, tag, fmt, ## args ).
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include <sys/prctl.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <unistd.h>

#include "osi/include/allocator.h"
#include "osi/include/compat.h"