]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strlcat.c
struct netdissect_options: Remove unused members 'ndo_infodelay' and 'ndo_info'
[tcpdump] / missing / strlcat.c
index 41cb5b483174bc50d8f69b2f09f907abd04a66f4..744ab3a6a2a018a42ea24ae18b117811386aefea 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"
+
 /*
  * Appends src to string dst of size siz (unlike strncat, siz is the
  * full size of dst, not space left).  At most siz-1 characters