aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-05 16:21:37 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-05 16:21:37 +0000
commitfa939aae8178b1675e6fa118c7da05ae575f87cd (patch)
tree00bbd3cfe2ad339355510b3e96c57d7f985f0674 /libpwdgrp
parent465874f3a31da80c3fe444a425afbb840098de1c (diff)
downloadbusybox-fa939aae8178b1675e6fa118c7da05ae575f87cd.tar.gz
- include proper headers.
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/pwd_grp.c3
-rw-r--r--libpwdgrp/pwd_grp_internal.c3
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 @@
#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"
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 <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"