- include proper headers.

This commit is contained in:
Bernhard Reutner-Fischer
2006-04-05 16:21:37 +00:00
parent 465874f3a3
commit fa939aae81
7 changed files with 14 additions and 33 deletions

View File

@@ -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"

View File

@@ -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"