diff options
Diffstat (limited to 'include/pwd.h')
-rw-r--r-- | include/pwd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pwd.h b/include/pwd.h index 64d8bc6ef..3377afd88 100644 --- a/include/pwd.h +++ b/include/pwd.h @@ -5,6 +5,8 @@ #include <features.h> #include <stdio.h> +__BEGIN_DECLS + /* The passwd structure. */ struct passwd { @@ -53,6 +55,7 @@ extern int __getpwent_r(struct passwd * passwd, char * line_buff, size_t buflen, int pwd_fd); #endif +__END_DECLS #endif /* pwd.h */ |