From fa939aae8178b1675e6fa118c7da05ae575f87cd Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 5 Apr 2006 16:21:37 +0000 Subject: - include proper headers. --- libpwdgrp/pwd_grp.c | 3 ++- libpwdgrp/pwd_grp_internal.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'libpwdgrp') 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 @@ #include #include #include -#include "busybox.h" + #include "pwd_.h" #include "grp_.h" #include "shadow_.h" +#include "libbb.h" #ifndef _PATH_SHADOW #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 @@ #include #include #include -#include "busybox.h" + #include "pwd_.h" #include "grp_.h" #include "shadow_.h" +#include "libbb.h" #ifndef _PATH_SHADOW #define _PATH_SHADOW "/etc/shadow" -- cgit v1.2.3