Acked-by: Sairam Venugopal <[email protected]>
On 2/5/17, 8:41 PM, "[email protected] on behalf of Alin Serdean" <[email protected] on behalf of [email protected]> 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 <[email protected]> >--- > 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 >[email protected] >https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=Z6vowHUOjP5ysP_g372c49Nqc1vEKqHKNBkR5Q5Z7uo&m=EMvAFL6hi4dJTHjZN0D_bsrzIyU7Z0yKkVrFcCmEYac&s=YxdZd27GFcaY5WwD71S8a3ZVYchl2CtEGh1nJOlJcys&e= > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
