From: Rich Felker Date: Fri, 24 Aug 2012 18:23:16 +0000 (-0400) Subject: fix dirent.h with _BSD_SOURCE X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=9a470b0a6eb85f8105155881fbd67f26a804f994;hp=67ba40d1e05c39ffe71294476d2f2c13c481f3bd fix dirent.h with _BSD_SOURCE --- diff --git a/include/dirent.h b/include/dirent.h index a51526d4..c19f7d58 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -7,6 +7,9 @@ extern "C" { #define __NEED_ino_t #define __NEED_off_t +#ifdef _BSD_SOURCE +#define __NEED_size_t +#endif #include