X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=strlcpy.c;h=c9f0ef2b27b09021cc701866bc85f7770d1d1594;hb=40fe452223b5cc0ff5dbae0efa8551d7e96c1a5c;hp=bb7d409695cefe883c784c18b9d5e167b5e27efa;hpb=c3e52ea6ca3178b7ecab4b389a9ba9269662b48f;p=~andy%2Ffetchmail diff --git a/strlcpy.c b/strlcpy.c index bb7d4096..c9f0ef2b 100644 --- a/strlcpy.c +++ b/strlcpy.c @@ -17,10 +17,15 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "config.h" +#include "fetchmail.h" + #include #include #include +#include "fm_strl.h" + #ifndef HAVE_STRLCPY /* * Copy src to string dst of size siz. At most siz-1 characters