Add "external_ids" column to Open_vSwitch table, add "system-uuid" on Xen.
[openvswitch] / lib / ofp-print.c
index b392d83ea507e6eca42221cbe8b3f26ac2fc7139..683fd98721910a184b25497f3a0973b3d705c587 100644 (file)
 
 #include <config.h>
 #include "ofp-print.h"
-#include "xtoxll.h"
 
 #include <errno.h>
 #include <inttypes.h>
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <sys/wait.h>
 #include <stdarg.h>
@@ -35,6 +35,7 @@
 #include "packets.h"
 #include "pcap.h"
 #include "util.h"
+#include "xtoxll.h"
 
 static void ofp_print_port_name(struct ds *string, uint16_t port);