Include headers where ovs_rundir is used.
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Tue, 22 Sep 2015 19:53:31 +0000 (19:53 +0000)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 23 Sep 2015 14:52:58 +0000 (07:52 -0700)
This patch includes dirs.h because ovs_rundir is used.

Found while compiling with MSVC x64.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
lib/daemon-windows.c

index 04e1f1a..2fe1415 100644 (file)
@@ -19,6 +19,7 @@
 #include "daemon-private.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include "dirs.h"
 #include "ovs-thread.h"
 #include "poll-loop.h"
 #include "openvswitch/vlog.h"