Fix for broken handling off BusyBox's own pwd/grp implementations
[Parts of this patch may overlap with my other two patches]
diff --git a/libbb/my_getgrgid.c b/libbb/my_getgrgid.c
index 27b6719..bf2067e 100644
--- a/libbb/my_getgrgid.c
+++ b/libbb/my_getgrgid.c
@@ -21,9 +21,9 @@
 
 #include <stdio.h>
 #include <string.h>
+#include "libbb.h"
 #include "pwd.h"
 #include "grp.h"
-#include "libbb.h"
 
 
 /* gets a groupname given a gid */