fatal_signal_unlink_file_now is used but the header for it is missing in
the include section.

Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>
---
 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
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to