The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/2888

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Fixing build error when building for android target
Signed-off-by: Ondrej Kubik <[email protected]>
From dbcbf27055233a409785e10cf3cf6d0db994811e Mon Sep 17 00:00:00 2001
From: Ondrej Kubik <[email protected]>
Date: Thu, 21 Feb 2019 16:59:21 +0200
Subject: [PATCH] Fix android compilation

Signed-off-by: Ondrej Kubik <[email protected]>
---
 src/include/fexecve.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/include/fexecve.c b/src/include/fexecve.c
index be5e27464d..123f273098 100644
--- a/src/include/fexecve.c
+++ b/src/include/fexecve.c
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <unistd.h>
 
+#include <fcntl.h>
 #include "config.h"
 #include "macro.h"
 #include "raw_syscalls.h"
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to