]> The Tcpdump Group git mirrors - tcpdump/blobdiff - checksum.c
Avoiding conditional directives that break statements
[tcpdump] / checksum.c
index 8778d93ce8663a678f4ee513c0094c6209075223..0829fbe6f039d404879eded85b7c6892fe57238f 100644 (file)
 #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: