Skip to content

Commit

Permalink
daemon-windows: Add a missing header.
Browse files Browse the repository at this point in the history
Without it, the build on Windows fails.

Signed-off-by: Gurucharan Shetty <[email protected]>
Acked-by: Alin Gabriel Serdean <[email protected]>
  • Loading branch information
shettyg committed Dec 16, 2014
1 parent 534a19b commit 94a72fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/daemon-windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "daemon-private.h"
#include <stdio.h>
#include <stdlib.h>
#include "ovs-thread.h"
#include "poll-loop.h"
#include "openvswitch/vlog.h"

Expand Down

0 comments on commit 94a72fd

Please sign in to comment.