[lxc-devel] [PATCH 08/17] Add missing sys/select.h include for fd_set

Stéphane Graber stgraber at ubuntu.com
Fri Aug 16 15:13:54 UTC 2013


Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 src/lxc/lxc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lxc/lxc.h b/src/lxc/lxc.h
index b9eb52c..253c440 100644
--- a/src/lxc/lxc.h
+++ b/src/lxc/lxc.h
@@ -28,6 +28,7 @@ extern "C" {
 #endif
 
 #include <stddef.h>
+#include <sys/select.h>
 #include <sys/types.h>
 #include <lxc/state.h>
 
-- 
1.8.3.2





More information about the lxc-devel mailing list