diff options
Diffstat (limited to 'strlcat.c')
-rw-r--r-- | strlcat.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ #include <assert.h> #include <string.h> +#include "fm_strl.h" + #ifndef HAVE_STRLCAT /* * Appends src to string dst of size siz (unlike strncat, siz is the |