Skip to content

Commit 3f97b66

Browse files
Alin Serdeanshettyg
authored andcommitted
Include headers where ovs_rundir is used.
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>
1 parent 9880874 commit 3f97b66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/daemon-windows.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "daemon-private.h"
2020
#include <stdio.h>
2121
#include <stdlib.h>
22+
#include "dirs.h"
2223
#include "ovs-thread.h"
2324
#include "poll-loop.h"
2425
#include "openvswitch/vlog.h"

0 commit comments

Comments
 (0)