aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/pwd_grp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/pwd_grp.c')
-rw-r--r--libpwdgrp/pwd_grp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c
index 4f4e0410f..98ecf40a3 100644
--- a/libpwdgrp/pwd_grp.c
+++ b/libpwdgrp/pwd_grp.c
@@ -17,6 +17,7 @@
17 * 17 *
18 */ 18 */
19 19
20#include "libbb.h"
20#include <features.h> 21#include <features.h>
21#include <stdio.h> 22#include <stdio.h>
22#include <stdlib.h> 23#include <stdlib.h>
@@ -27,10 +28,9 @@
27#include <assert.h> 28#include <assert.h>
28#include <ctype.h> 29#include <ctype.h>
29 30
30#include "pwd_.h" 31//#include "pwd_.h"
31#include "grp_.h" 32//#include "grp_.h"
32#include "shadow_.h" 33//#include "shadow_.h"
33#include "libbb.h"
34 34
35#ifndef _PATH_SHADOW 35#ifndef _PATH_SHADOW
36#define _PATH_SHADOW "/etc/shadow" 36#define _PATH_SHADOW "/etc/shadow"