]> git.armaanb.net Git - stagit.git/blobdiff - strlcpy.c
Empty padding.
[stagit.git] / strlcpy.c
index e9a7fe4be7359d0d4226952e174ff64eb4d52b18..ab420b6e3b65e1099b0ab10ebb268510245850a7 100644 (file)
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -19,6 +19,8 @@
 #include <sys/types.h>
 #include <string.h>
 
+#include "compat.h"
+
 /*
  * Copy string src to buffer dst of size dsize.  At most dsize-1
  * chars will be copied.  Always NUL terminates (unless dsize == 0).