]> The Tcpdump Group git mirrors - tcpdump/blobdiff - checksum.c
libnetdissect code must include 'netdissect.h', not 'interface.h'
[tcpdump] / checksum.c
index 9f6bb24dd5144521e5217e8acd7fb61f12663df1..0829fbe6f039d404879eded85b7c6892fe57238f 100644 (file)
@@ -28,7 +28,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 /*
  * CRC-10 table generated using the following Python snippet: