aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/applets.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 9dcfe6b85..cfcff3a53 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -50,8 +50,8 @@ static void check_suid ( struct BB_applet *app );
50 50
51#include <sys/stat.h> 51#include <sys/stat.h>
52#include <ctype.h> 52#include <ctype.h>
53#include "pwd.h" 53#include "pwd_.h"
54#include "grp.h" 54#include "grp_.h"
55 55
56static int parse_config_file ( void ); 56static int parse_config_file ( void );
57 57