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