X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..dbddfda2c806a98b1fc8fd86cc3c34a4f9915d70:/missing/strlcpy.c 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).