summaryrefslogtreecommitdiff
path: root/ofproto/netflow.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-10-28 17:13:18 -0700
committerBen Pfaff <blp@nicira.com>2010-10-29 09:48:47 -0700
commit10a24935c9d382e4d85b05d9616843f3d3bb4983 (patch)
tree20157e20f0f2ddd2e93d66428f23663da7a78c4f /ofproto/netflow.c
parent965f03d85ff6288eec3919edb67d5a2d247a6625 (diff)
downloadopenvswitch-10a24935c9d382e4d85b05d9616843f3d3bb4983.tar.gz
xtoxll: Rename "byte-order" since it now include more than xtoxll.
Suggested-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'ofproto/netflow.c')
-rw-r--r--ofproto/netflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/netflow.c b/ofproto/netflow.c
index d9f52ba5f..83f71a4e6 100644
--- a/ofproto/netflow.c
+++ b/ofproto/netflow.c
@@ -20,6 +20,7 @@
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
+#include "byte-order.h"
#include "collectors.h"
#include "flow.h"
#include "netflow.h"
@@ -31,7 +32,6 @@
#include "timeval.h"
#include "util.h"
#include "vlog.h"
-#include "xtoxll.h"
VLOG_DEFINE_THIS_MODULE(netflow)