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

Commit 7e06476f authored by Olivier Bailly's avatar Olivier Bailly Committed by Android (Google) Code Review
Browse files

Merge "Add missing headers for compilation on x86 targets"

parents 9e04fcde b93e5812
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */

#include <errno.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
+2 −0
Original line number Diff line number Diff line
@@ -17,9 +17,11 @@
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <linux/keychord.h>
#include <unistd.h>

#include "init.h"
#include "log.h"
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
#ifndef _INIT_LIST_H_
#define _INIT_LIST_H_

#include <stddef.h>

struct listnode
{
    struct listnode *next;
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <netinet/in.h>
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */
#include <errno.h>
#include <string.h>
#include <stdlib.h>

#define LOG_TAG "FrameworkListener"

Loading