oops. make this actually work as intended....
[oweals/busybox.git] / libpwdgrp / __getpwent.c
index d553250f49068e08c1321197a9bae1e8be0b6cc0..1b38c27efc6e5a89f3e7713d372f9e0858e9cb7b 100644 (file)
  *
  */
 
-#include "busybox.h" 
-
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 #include <fcntl.h>
+
 #include "pwd_.h"
+#include "busybox.h"
 
 #define PWD_BUFFER_SIZE 256