X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/6ec714988caac3bf9fedc766ae51a2248896ec80..c6a5cc1bb49bcbc5f74c66bf780b8a1a05e8eb9d:/cpack.c diff --git a/cpack.c b/cpack.c index 7628a5c3..12470fc2 100644 --- a/cpack.c +++ b/cpack.c @@ -28,16 +28,18 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include #include -#include +#include "netdissect-stdinc.h" -#include "cpack.h" +#include "netdissect.h" #include "extract.h" +#include "cpack.h" + const uint8_t * cpack_next_boundary(const uint8_t *buf, const uint8_t *p, size_t alignment) {