From e27434903546fc18f9b90611d36b381e62f34752 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 29 Jun 2012 21:13:54 +0000 Subject: [PATCH 1/4] vlandev: Move Linux #include under #ifdef __linux__ Signed-off-by: Ed Maste Signed-off-by: Ben Pfaff --- lib/vlandev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git lib/vlandev.c lib/vlandev.c index 736b779..d6a7b56 100644 --- lib/vlandev.c +++ lib/vlandev.c @@ -23,13 +23,13 @@ #include #include "hash.h" -#include "rtnetlink-link.h" #include "shash.h" #include "vlog.h" VLOG_DEFINE_THIS_MODULE(vlandev); #ifdef __linux__ +#include "rtnetlink-link.h" #include #include #include "netdev-linux.h" -- 1.7.10.3