[ovs-dev] [PATCH 07/10] windows: add include to stream-windows.c

Guru Shetty guru at ovn.org
Tue Mar 7 21:43:27 UTC 2017


On 5 February 2017 at 20:41, Alin Serdean <aserdean at cloudbasesolutions.com>
wrote:

> fatal_signal_unlink_file_now is used but the header for it is missing in
> the include section.
>
> Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
>
Applied.


> ---
>  lib/stream-windows.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/lib/stream-windows.c b/lib/stream-windows.c
> index 1950014..44b88bf 100644
> --- a/lib/stream-windows.c
> +++ b/lib/stream-windows.c
> @@ -1,5 +1,5 @@
>  /*
> - * Copyright (c) 2016 Cloudbase Solutions Srl
> + * Copyright (c) 2016, 2017 Cloudbase Solutions Srl
>   *
>   * Licensed under the Apache License, Version 2.0 (the "License");
>   * you may not use this file except in compliance with the License.
> @@ -22,6 +22,7 @@
>  #include <unistd.h>
>  #include "poll-loop.h"
>  #include "dirs.h"
> +#include "fatal-signal.h"
>  #include "util.h"
>  #include "stream-provider.h"
>  #include "openvswitch/vlog.h"
> --
> 2.10.2.windows.1
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list