From 20bf55ffa5a56d3ee062aa199e5b3033ea29c52a Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 18 Jun 2008 08:09:51 +0300 Subject: Include missing stddef.h --- include/bsd/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/bsd') 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 +#include #include size_t strlcpy(char *dst, const char *src, size_t siz); -- cgit v1.2.3