summaryrefslogtreecommitdiff
path: root/lib/rtnetlink.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-03-21 09:23:26 -0700
committerBen Pfaff <blp@ovn.org>2016-03-23 09:46:18 -0700
commita79ba858f44d054c86299654b69a868ee5ecf727 (patch)
treeefdde19acefaec758be908fd6504fdfb8bed98e1 /lib/rtnetlink.c
parent56de2148f626d559a199028952fdd13f301ca80a (diff)
downloadopenvswitch-a79ba858f44d054c86299654b69a868ee5ecf727.tar.gz
ofpbuf: Don't include unneeded "packets.h".
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'lib/rtnetlink.c')
-rw-r--r--lib/rtnetlink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rtnetlink.c b/lib/rtnetlink.c
index d12467e41..1c95933c9 100644
--- a/lib/rtnetlink.c
+++ b/lib/rtnetlink.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, 2010, 2013, 2015 Nicira, Inc.
+ * Copyright (c) 2009, 2010, 2013, 2015, 2016 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -25,6 +25,7 @@
#include "netlink.h"
#include "netlink-notifier.h"
#include "ofpbuf.h"
+#include "packets.h"
static struct nln *nln = NULL;
static struct rtnetlink_change rtn_change;