X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..a0aa539ab5da1ac5be3e013d2f021df544355644:/missing/strlcat.c?ds=sidebyside 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