]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ascii.c
Fix mkdep invocations.
[tcpdump] / print-ascii.c
index 92229a68670ee045907918043c630780d49e7564..4ef38a17a50dba22e246d1f3a712665e0864fa4c 100644 (file)
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* \summary: ASCII packet dump printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 #include <stdio.h>
 
 #include "netdissect.h"