Fix Android build of lxc-ls

parent c43cbc04
...@@ -26,7 +26,10 @@ ...@@ -26,7 +26,10 @@
#include <strings.h> #include <strings.h>
#include <unistd.h> #include <unistd.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h>
#include <termios.h>
#include "arguments.h" #include "arguments.h"
#include "conf.h" #include "conf.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