[ovs-dev] [PATCH 2/2] ovs-router: include ovs-router.h as first header

Ben Pfaff blp at nicira.com
Thu Sep 17 21:46:20 UTC 2015


On Fri, Sep 04, 2015 at 02:40:08PM -0300, Thadeu Lima de Souza Cascardo wrote:
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo at redhat.com>
> ---
>  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!



More information about the dev mailing list