Apply vodz' last_patch52
[oweals/busybox.git] / libbb / my_getpwnam.c
index 90277040e849cbe9a9ac7e0d4d88fd69c4d60818..04951a4d0873ccd811ffe186c03d514d17e2938c 100644 (file)
@@ -21,9 +21,9 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "pwd.h"
-#include "grp.h"
 #include "libbb.h"
+#include "pwd_.h"
+#include "grp_.h"
 
 
 /* returns a uid given a username */