diff options
Diffstat (limited to 'compat/strlcpy.h')
| -rw-r--r-- | compat/strlcpy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/strlcpy.h b/compat/strlcpy.h index 2131cde..8b02f45 100644 --- a/compat/strlcpy.h +++ b/compat/strlcpy.h @@ -19,6 +19,8 @@ #ifndef STRLCPY_H #define STRLCPY_H +#include <stddef.h> + size_t strlcpy(char *, const char *, size_t); #endif |
