]> git.armaanb.net Git - stagit.git/blobdiff - strlcat.c
Redirect stdout to correct file.
[stagit.git] / strlcat.c
index 14c53a1f69c2fd43b66f504b6682383f5542a86d..bbfa64f6d0428528f21ca193a663d59fcc7bf437 100644 (file)
--- a/strlcat.c
+++ b/strlcat.c
@@ -19,6 +19,8 @@
 #include <sys/types.h>
 #include <string.h>
 
+#include "compat.h"
+
 /*
  * Appends src to string dst of size dsize (unlike strncat, dsize is the
  * full size of dst, not space left).  At most dsize-1 characters