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

Commit d9b2d696 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add various missing includes"

parents fa0e0606 0320dc49
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"