X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvlandev.c;h=ffb8e737b7375f9a91a31a56753f0956ea8e61d2;hb=6ec5f0c5f0e0b8e5827364a3f1b8b46da8b650ad;hp=736b779479db5b1cfe6dbb87d253e14536b5910e;hpb=025e874a9cc814820aadba7083fdbcfbaa959259;p=openvswitch diff --git a/lib/vlandev.c b/lib/vlandev.c index 736b7794..ffb8e737 100644 --- a/lib/vlandev.c +++ b/lib/vlandev.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Nicira Networks. + * Copyright (c) 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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"