]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix Android build of lxc-ls
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 28 Jan 2016 16:08:36 +0000 (17:08 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 28 Jan 2016 16:08:36 +0000 (17:08 +0100)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc_ls.c

index b7034dc6cbde155d38411108099859594f881018..e9417d5a2ecbab3d3ec0c7748046046064ad1810 100644 (file)
 #include <strings.h>
 #include <unistd.h>
 #include <sys/ioctl.h>
+#include <sys/socket.h>
 #include <sys/stat.h>
+#include <sys/types.h>
+#include <termios.h>
 
 #include "arguments.h"
 #include "conf.h"