summaryrefslogtreecommitdiff
path: root/in_cksum.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-09-11 13:22:56 +0200
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-09-11 13:22:56 +0200
commitf5fe14663d9ed32b7a995ed0924c04e705f74237 (patch)
tree11c4111a2660fbdc27800ae1bf2e8a513ee80ebc /in_cksum.c
parent99c91c3aec40b691641374f58e798bd8d6b657bd (diff)
downloadtcpdump-f5fe14663d9ed32b7a995ed0924c04e705f74237.tar.gz
libnetdissect code must include 'netdissect.h', not 'interface.h'
Moreover: Remove netdissect.h include in interface.h Move thiszone declaration in netdissect.h Update a comment
Diffstat (limited to 'in_cksum.c')
-rw-r--r--in_cksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/in_cksum.c b/in_cksum.c
index caf4b6af..8ceaf104 100644
--- a/in_cksum.c
+++ b/in_cksum.c
@@ -41,7 +41,7 @@
#include <netdissect-stdinc.h>
-#include "interface.h"
+#include "netdissect.h"
/*
* Checksum routine for Internet Protocol family headers (Portable Version).