[ovs-dev] [PATCH] daemon-windows: Add a missing header.

Gurucharan Shetty shettyg at nicira.com
Tue Dec 16 20:32:56 UTC 2014


On Tue, Dec 16, 2014 at 11:16 AM, Alin Serdean
<aserdean at cloudbasesolutions.com> wrote:
> Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Thank you, I applied this patch to master.
>
>
>
> -----Mesaj original-----
> De la: dev [mailto:dev-bounces at openvswitch.org] În numele Gurucharan Shetty
> Trimis: Tuesday, December 16, 2014 7:00 PM
> Către: dev at openvswitch.org
> Cc: Gurucharan Shetty
> Subiect: [ovs-dev] [PATCH] daemon-windows: Add a missing header.
>
> Without it, the build on Windows fails.
>
> Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
> ---
>  lib/daemon-windows.c |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lib/daemon-windows.c b/lib/daemon-windows.c index cb205ca..04e1f1a 100644
> --- a/lib/daemon-windows.c
> +++ b/lib/daemon-windows.c
> @@ -19,6 +19,7 @@
>  #include "daemon-private.h"
>  #include <stdio.h>
>  #include <stdlib.h>
> +#include "ovs-thread.h"
>  #include "poll-loop.h"
>  #include "openvswitch/vlog.h"
>
> --
> 1.7.9.5
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list