From: Ben Pfaff Date: Wed, 2 Dec 2009 19:18:40 +0000 (-0800) Subject: vswitchd: Fix build when source and build directory differ. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36682d8dcf5290fc70d99c5bc1aa1e0be6d878e;p=openvswitch vswitchd: Fix build when source and build directory differ. --- 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"