Scrub pwd.h and grp.h handling so we don't have to play any
[oweals/busybox.git] / applets / applets.c
index 9dcfe6b85119d1afb8fa27fe8ee1392ed0a05bba..cfcff3a532ad3c32be182c9abcb145a8a633a122 100644 (file)
@@ -50,8 +50,8 @@ static void check_suid ( struct BB_applet *app );
 
 #include <sys/stat.h>
 #include <ctype.h>
-#include "pwd.h"
-#include "grp.h"
+#include "pwd_.h"
+#include "grp_.h"
 
 static int parse_config_file ( void );