permute includes to get this to compile
authorBart De Schuymer <bdschuym@pandora.be>
Sun, 16 Jun 2002 09:20:22 +0000 (09:20 +0000)
committerBart De Schuymer <bdschuym@pandora.be>
Sun, 16 Jun 2002 09:20:22 +0000 (09:20 +0000)
extensions/ebt_vlan.c

index b905f44..2379f97 100644 (file)
  * License: GPL 
  *
  */
-#include <getopt.h>
-#include <netinet/in.h>
+
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
 #include <sys/socket.h>
-
-#include <linux/netfilter_bridge/ebt_vlan.h>
+#include <netinet/in.h>
+#include <string.h>
 #include <linux/netfilter_bridge/ebtables.h>
+#include <getopt.h>
 #include "../include/ebtables_u.h"
+#include <linux/netfilter_bridge/ebt_vlan.h>
 
 #define VLAN_ID    '1'
 #define VLAN_PRIO  '2'