On Fri, Sep 04, 2015 at 02:40:08PM -0300, Thadeu Lima de Souza Cascardo wrote: > Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]> > --- > lib/ovs-router.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lib/ovs-router.c b/lib/ovs-router.c > index d4a5c35..7493c79 100644 > --- a/lib/ovs-router.c > +++ b/lib/ovs-router.c > @@ -14,6 +14,8 @@ > * limitations under the License. > */ > > +#include "ovs-router.h" > + > #include <config.h>
<config.h> still needs to be first so I adjusted that. With that adjustment I applied this to master, thanks! _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
