Skip to content

Commit

Permalink
Include headers where ovs_rundir is used.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alin Serdean authored and shettyg committed Sep 23, 2015
1 parent 9880874 commit 3f97b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/daemon-windows.c
Expand Up @@ -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"
Expand Down

0 comments on commit 3f97b66

Please sign in to comment.