diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-05 16:21:37 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-05 16:21:37 +0000 |
commit | 0c6b68ee7628d02023885d1fc31a53197995f482 (patch) | |
tree | 00bbd3cfe2ad339355510b3e96c57d7f985f0674 /libpwdgrp | |
parent | 136989784d36fec6213475deeb731401e165f8e5 (diff) | |
download | busybox-w32-0c6b68ee7628d02023885d1fc31a53197995f482.tar.gz busybox-w32-0c6b68ee7628d02023885d1fc31a53197995f482.tar.bz2 busybox-w32-0c6b68ee7628d02023885d1fc31a53197995f482.zip |
- include proper headers.
git-svn-id: svn://busybox.net/trunk/busybox@14756 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libpwdgrp')
-rw-r--r-- | libpwdgrp/pwd_grp.c | 3 | ||||
-rw-r--r-- | libpwdgrp/pwd_grp_internal.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c index f45c6317e..4f4e0410f 100644 --- a/libpwdgrp/pwd_grp.c +++ b/libpwdgrp/pwd_grp.c | |||
@@ -26,10 +26,11 @@ | |||
26 | #include <errno.h> | 26 | #include <errno.h> |
27 | #include <assert.h> | 27 | #include <assert.h> |
28 | #include <ctype.h> | 28 | #include <ctype.h> |
29 | #include "busybox.h" | 29 | |
30 | #include "pwd_.h" | 30 | #include "pwd_.h" |
31 | #include "grp_.h" | 31 | #include "grp_.h" |
32 | #include "shadow_.h" | 32 | #include "shadow_.h" |
33 | #include "libbb.h" | ||
33 | 34 | ||
34 | #ifndef _PATH_SHADOW | 35 | #ifndef _PATH_SHADOW |
35 | #define _PATH_SHADOW "/etc/shadow" | 36 | #define _PATH_SHADOW "/etc/shadow" |
diff --git a/libpwdgrp/pwd_grp_internal.c b/libpwdgrp/pwd_grp_internal.c index d2915c9ee..9cb1d306a 100644 --- a/libpwdgrp/pwd_grp_internal.c +++ b/libpwdgrp/pwd_grp_internal.c | |||
@@ -26,10 +26,11 @@ | |||
26 | #include <errno.h> | 26 | #include <errno.h> |
27 | #include <assert.h> | 27 | #include <assert.h> |
28 | #include <ctype.h> | 28 | #include <ctype.h> |
29 | #include "busybox.h" | 29 | |
30 | #include "pwd_.h" | 30 | #include "pwd_.h" |
31 | #include "grp_.h" | 31 | #include "grp_.h" |
32 | #include "shadow_.h" | 32 | #include "shadow_.h" |
33 | #include "libbb.h" | ||
33 | 34 | ||
34 | #ifndef _PATH_SHADOW | 35 | #ifndef _PATH_SHADOW |
35 | #define _PATH_SHADOW "/etc/shadow" | 36 | #define _PATH_SHADOW "/etc/shadow" |