]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ripng.c
make use of NETDISSECT_REWORKED
[tcpdump] / print-ripng.c
index 6bd47e67a3d13559cb79e1a96d8c885c7470a45f..17b0ef72e55a0756afff273ddf821fef484cddf9 100644 (file)
@@ -19,6 +19,7 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -27,7 +28,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "netdissect.h"
+#include "interface.h"
 #include "addrtoname.h"
 #include "extract.h"