projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* pwd/pwd.h: Get `size_t' from <stddef.h>.
[kopensolaris-gnu/glibc.git]
/
pwd
/
pwd.h
diff --git
a/pwd/pwd.h
b/pwd/pwd.h
index
14d0a9e
..
f5b6ddb
100644
(file)
--- 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