diff options
-rw-r--r-- | include/bsd/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bsd/string.h b/include/bsd/string.h index b734ba7..d19f7b3 100644 --- a/include/bsd/string.h +++ b/include/bsd/string.h @@ -28,6 +28,7 @@ #define LIBBSD_STRING_H #include <sys/types.h> +#include <stddef.h> #include <stdio.h> size_t strlcpy(char *dst, const char *src, size_t siz); |