Commit 2b89a9c1 by Stéphane Graber

Add missing sys/select.h include for fd_set

parent ec346ea1
......@@ -28,6 +28,7 @@ extern "C" {
#endif
#include <stddef.h>
#include <sys/select.h>
#include <sys/types.h>
#include <lxc/state.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