diff options
Diffstat (limited to 'pwd/pwd.h')
-rw-r--r-- | pwd/pwd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pwd/pwd.h b/pwd/pwd.h index 14d0a9ea7f..f5b6ddb51e 100644 --- a/pwd/pwd.h +++ b/pwd/pwd.h @@ -29,6 +29,8 @@ __BEGIN_DECLS #include <gnu/types.h> +#define __need_size_t +#include <stddef.h> /* The passwd structure. */ struct passwd |