X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=lib%2Fofp-util.c;h=933eaf430c7b45efb30c0c4419f254859a13f129;hb=76ecc721793b29c8bae44b10a065ec9ac07a9e4b;hp=05c6f5467b49c61254b161186319a54a1d654be4;hpb=371e4acc87f79bcf5a28420a61e4c35291727e0f;p=openvswitch diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 05c6f546..933eaf43 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -18,14 +18,14 @@ #include "ofp-print.h" #include #include +#include "byte-order.h" #include "ofp-util.h" #include "ofpbuf.h" #include "packets.h" #include "random.h" #include "vlog.h" -#include "xtoxll.h" -VLOG_DEFINE_THIS_MODULE(ofp_util) +VLOG_DEFINE_THIS_MODULE(ofp_util); /* Rate limit for OpenFlow message parse errors. These always indicate a bug * in the peer and so there's not much point in showing a lot of them. */