X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fe3253b9b8fad9e75f863157eba0780418182f17..c115ab8ae92fd369ac227e93419e76fd6ae8e75c:/missing/strlcpy.c?ds=sidebyside 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).