X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fe3253b9b8fad9e75f863157eba0780418182f17..refs/heads/tcpdump-4.9:/missing/strlcat.c diff --git a/missing/strlcat.c b/missing/strlcat.c index 41cb5b48..40549354 100644 --- a/missing/strlcat.c +++ b/missing/strlcat.c @@ -28,14 +28,16 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include #endif -#include +#include #include +#include "netdissect.h" + /* * Appends src to string dst of size siz (unlike strncat, siz is the * full size of dst, not space left). At most siz-1 characters