]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strlcpy.c
Merge pull request #467 from wessels/master
[tcpdump] / missing / strlcpy.c
index 5f3f31e955d850f1175fc8c3abd4f13909a9a5f8..52ede566e374ecd628c6a41a23c73cff5a2f1307 100644 (file)
@@ -28,7 +28,7 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifdef HAVE_CONFIG_H 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
@@ -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).