From b36682d8dcf5290fc70d99c5bc1aa1e0be6d878e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 2 Dec 2009 11:18:40 -0800 Subject: [PATCH] vswitchd: Fix build when source and build directory differ. --- vswitchd/bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index a113f694..516439f3 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -57,7 +57,7 @@ #include "unixctl.h" #include "vconn.h" #include "vconn-ssl.h" -#include "vswitch-idl.h" +#include "vswitchd/vswitch-idl.h" #include "xenserver.h" #include "xtoxll.h" -- 2.30.2