include "busybox" after the libc includes tofix compile errors

This commit is contained in:
Glenn L McGrath
2002-12-07 23:14:40 +00:00
parent 0325a1c9e3
commit 4e05b9b043
7 changed files with 14 additions and 13 deletions

View File

@@ -18,14 +18,13 @@
*
*/
#include "busybox.h"
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include "pwd_.h"
#include <fcntl.h>
#include "busybox.h"
/*
* setpwent(), endpwent(), and getpwent() are included in the same object
* file, since one cannot be used without the other two, so it makes sense to