Fixup header file ordering
[oweals/busybox.git] / libpwdgrp / getpwuid.c
index 23ff3aa889713d8fc613d4fa07d6ac9791163012..7a04b67ca11d88bcdaef2a375b6876c9bcc51d63 100644 (file)
@@ -22,8 +22,8 @@
 #include <unistd.h>
 #include <fcntl.h>
 
-#include "pwd_.h"
 #include "busybox.h"
+#include "pwd_.h"
 
 struct passwd *getpwuid(uid_t uid)
 {