From: Guillem Jover Date: Wed, 18 Jun 2008 05:09:51 +0000 (+0300) Subject: Include missing stddef.h X-Git-Tag: 0.0~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20bf55ffa5a56d3ee062aa199e5b3033ea29c52a;p=thirdparty%2Flibbsd.git Include missing stddef.h --- 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);