diff options
Diffstat (limited to 'include/pwd.h')
| -rw-r--r-- | include/pwd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pwd.h b/include/pwd.h index f60dd81b..995edb83 100644 --- a/include/pwd.h +++ b/include/pwd.h @@ -1,6 +1,7 @@ #ifndef __PWD_H #define __PWD_H +#include <stddef.h> typedef __SIZE_TYPE__ size_t; typedef __UINT32_TYPE__ gid_t; typedef __UINT32_TYPE__ uid_t; |
