X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..1aadfaac094abee8bfa7e3d37fe352562d1eba3d:/missing/strlcpy.c diff --git a/missing/strlcpy.c b/missing/strlcpy.c index 5f3f31e9..24dcca67 100644 --- a/missing/strlcpy.c +++ b/missing/strlcpy.c @@ -28,14 +28,16 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include #endif -#include +#include #include +#include "netdissect.h" + /* * Copy src to string dst of size siz. At most siz-1 characters * will be copied. Always NUL terminates (unless siz == 0).