]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add missing sys/select.h include for fd_set
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 16 Aug 2013 13:05:52 +0000 (15:05 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 19 Aug 2013 12:33:13 +0000 (14:33 +0200)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxc.h

index b9eb52ce9bccc653cd4c926118412feed3ed8ffd..253c4406516d7d42237a85debaec5f0b1cb8652b 100644 (file)
@@ -28,6 +28,7 @@ extern "C" {
 #endif
 
 #include <stddef.h>
+#include <sys/select.h>
 #include <sys/types.h>
 #include <lxc/state.h>