Unverified Commit 2fa5dff9 by Christian Brauner Committed by GitHub

Merge pull request #2775 from kubiko/android-fix-compile

Fixing compile error when compiling for android
parents da7226fb 60018868
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <alloca.h> #include <alloca.h>
#include <mntent.h> #include <mntent.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include "../lxc/macro.h" #include "../lxc/macro.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment