X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..c115ab8ae92fd369ac227e93419e76fd6ae8e75c:/missing/strlcpy.c?ds=inline diff --git a/missing/strlcpy.c b/missing/strlcpy.c index 5f3f31e9..b0671ebd 100644 --- a/missing/strlcpy.c +++ b/missing/strlcpy.c @@ -36,6 +36,8 @@ #include +#include "interface.h" + /* * Copy src to string dst of size siz. At most siz-1 characters * will be copied. Always NUL terminates (unless siz == 0).