classifier: Change classifier_find_rule_exactly() to take a cls_rule *.
[openvswitch] / lib / ofp-parse.c
index e6af0362b62c33041e7ac2465cfa192834e561d8..d563a4e440efc3d24f7611070c418d7ec0cd7e25 100644 (file)
@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <stdlib.h>
 
+#include "byte-order.h"
 #include "dynamic-string.h"
 #include "netdev.h"
 #include "ofp-util.h"
@@ -30,9 +31,8 @@
 #include "socket-util.h"
 #include "vconn.h"
 #include "vlog.h"
-#include "xtoxll.h"
 
-VLOG_DEFINE_THIS_MODULE(ofp_parse)
+VLOG_DEFINE_THIS_MODULE(ofp_parse);
 
 static uint32_t
 str_to_u32(const char *str)