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

Serge Hallyn serge.hallyn at ubuntu.com
Fri Aug 16 15:31:02 UTC 2013


Quoting Stéphane Graber (stgraber at ubuntu.com):
> Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>

Acked-by: Serge E. Hallyn <serge.hallyn 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
> 
> 
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead. 
> Download for free and get started troubleshooting in minutes. 
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> Lxc-devel mailing list
> Lxc-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxc-devel




More information about the lxc-devel mailing list