blob: a2ec93eb6bce8669f27c9cbcd6073210200915cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -urN ./iptraf-3.0.0.orig/src/othptab.c ./iptraf-3.0.0/src/othptab.c
--- ./iptraf-3.0.0.orig/src/othptab.c 2006-04-16 00:20:52.000000000 +0200
+++ ./iptraf-3.0.0/src/othptab.c 2006-04-16 00:22:01.000000000 +0200
@@ -17,9 +17,9 @@
***/
#include <asm/types.h>
-#include <linux/if_ether.h>
#include <netinet/ip6.h>
#include <netinet/icmp6.h>
+#include <linux/if_ether.h>
#include <winops.h>
#include "arphdr.h"
#include "options.h"
|