diff options
author | Bernhard Reutner-Fischer | 2006-04-05 16:21:37 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-04-05 16:21:37 +0000 |
commit | fa939aae8178b1675e6fa118c7da05ae575f87cd (patch) | |
tree | 00bbd3cfe2ad339355510b3e96c57d7f985f0674 /libpwdgrp/pwd_grp.c | |
parent | 465874f3a31da80c3fe444a425afbb840098de1c (diff) | |
download | busybox-fa939aae8178b1675e6fa118c7da05ae575f87cd.zip busybox-fa939aae8178b1675e6fa118c7da05ae575f87cd.tar.gz |
- include proper headers.
Diffstat (limited to 'libpwdgrp/pwd_grp.c')
-rw-r--r-- | libpwdgrp/pwd_grp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c index f45c631..4f4e041 100644 --- a/libpwdgrp/pwd_grp.c +++ b/libpwdgrp/pwd_grp.c @@ -26,10 +26,11 @@ #include <errno.h> #include <assert.h> #include <ctype.h> -#include "busybox.h" + #include "pwd_.h" #include "grp_.h" #include "shadow_.h" +#include "libbb.h" #ifndef _PATH_SHADOW #define _PATH_SHADOW "/etc/shadow" |