]> git.proxmox.com Git - mirror_ovs.git/commitdiff
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 04e1f1a6eebb5405d3bc3ae9bd479127b881a402..2fe1415dc246e7896e7d5063f1929d3f1ea701a8 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"