]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strlcpy.c
Add CAP_FCNTL and use cap_fcntls_limit().
[tcpdump] / missing / strlcpy.c
index 5f3f31e955d850f1175fc8c3abd4f13909a9a5f8..b0671ebd311b648e160dc5e4293879e39ee58b13 100644 (file)
@@ -36,6 +36,8 @@
 
 #include <string.h>
 
+#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).