]> Pileus Git - ~andy/fetchmail/blobdiff - strlcpy.c
Attempt merging from 6.3.24.
[~andy/fetchmail] / strlcpy.c
index 5963dfe323f998a059f8a81d04c1a8414ff6ee12..c9f0ef2b27b09021cc701866bc85f7770d1d1594 100644 (file)
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -17,6 +17,9 @@
  * 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>