]> git.proxmox.com Git - mirror_ovs.git/commitdiff
daemon-windows: Add a missing header.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 16 Dec 2014 16:59:05 +0000 (08:59 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 16 Dec 2014 20:32:26 +0000 (12:32 -0800)
Without it, the build on Windows fails.

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

index cb205cacc9f4129219068680967c896ce083f1d6..04e1f1a6eebb5405d3bc3ae9bd479127b881a402 100644 (file)
@@ -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"