Skip to content

Commit

Permalink
Fixing compile error when compiling for android
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
  • Loading branch information
kubiko authored and Christian Brauner committed Jan 31, 2019
1 parent 87b7179 commit b2de32b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/lxcmntent.c
Expand Up @@ -19,6 +19,7 @@
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <mntent.h>

Expand Down

0 comments on commit b2de32b

Please sign in to comment.