diff options
Diffstat (limited to 'strlcpy.c')
-rw-r--r-- | strlcpy.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_STRLCPY /* * Copy src to string dst of size siz. At most siz-1 characters |