- move #include busybox.h to the very top so we pull in the config
and eventual platform specific includes in early.
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
* Based on sysvinit's mountpoint
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h> /* errno */
|
||||
#include <string.h> /* strerror */
|
||||
#include <getopt.h> /* optind */
|
||||
#include "busybox.h"
|
||||
|
||||
int mountpoint_main(int argc, char **argv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user