]> The Tcpdump Group git mirrors - tcpdump/blobdiff - checksum.c
change make check to work with POSIX shell
[tcpdump] / checksum.c
index 8778d93ce8663a678f4ee513c0094c6209075223..a48a147f35c2f8d2916e31320286b96c60c28a28 100644 (file)
  *
  * miscellaneous checksumming routines
  *
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
  */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 /*
  * CRC-10 table generated using the following Python snippet: