X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fe3253b9b8fad9e75f863157eba0780418182f17..87889ba67add1e8abd77fdaacbfd831ee9335bcc:/missing/strlcat.c diff --git a/missing/strlcat.c b/missing/strlcat.c index 41cb5b48..34f1af2d 100644 --- a/missing/strlcat.c +++ b/missing/strlcat.c @@ -36,6 +36,8 @@ #include +#include "interface.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