]> Pileus Git - ~andy/fetchmail/blobdiff - strlcpy.c
Attempt merging from 6.3.24.
[~andy/fetchmail] / strlcpy.c
index bb7d409695cefe883c784c18b9d5e167b5e27efa..c9f0ef2b27b09021cc701866bc85f7770d1d1594 100644 (file)
--- a/strlcpy.c
+++ b/strlcpy.c
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "config.h"
+#include "fetchmail.h"
+
 #include <sys/types.h>
 #include <assert.h>
 #include <string.h>
 
+#include "fm_strl.h"
+
 #ifndef HAVE_STRLCPY
 /*
  * Copy src to string dst of size siz.  At most siz-1 characters