diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-03 19:49:21 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-03 19:49:21 +0000 |
commit | 7bc07ed49e9fa80c72d1fca12a406f7a2044351d (patch) | |
tree | 31f480da01f06ac69514532ce37bbcfde2c43e1b /miscutils/mountpoint.c | |
parent | ba086eee66e6ac97b1e5bcfb27acebcf961d9473 (diff) | |
download | busybox-w32-7bc07ed49e9fa80c72d1fca12a406f7a2044351d.tar.gz busybox-w32-7bc07ed49e9fa80c72d1fca12a406f7a2044351d.tar.bz2 busybox-w32-7bc07ed49e9fa80c72d1fca12a406f7a2044351d.zip |
- move #include busybox.h to the very top so we pull in the config
and eventual platform specific includes in early.
git-svn-id: svn://busybox.net/trunk/busybox@15273 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/mountpoint.c')
-rw-r--r-- | miscutils/mountpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/mountpoint.c b/miscutils/mountpoint.c index 1bebb56c5..6265a20e1 100644 --- a/miscutils/mountpoint.c +++ b/miscutils/mountpoint.c | |||
@@ -9,11 +9,11 @@ | |||
9 | * Based on sysvinit's mountpoint | 9 | * Based on sysvinit's mountpoint |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "busybox.h" | ||
12 | #include <sys/stat.h> | 13 | #include <sys/stat.h> |
13 | #include <errno.h> /* errno */ | 14 | #include <errno.h> /* errno */ |
14 | #include <string.h> /* strerror */ | 15 | #include <string.h> /* strerror */ |
15 | #include <getopt.h> /* optind */ | 16 | #include <getopt.h> /* optind */ |
16 | #include "busybox.h" | ||
17 | 17 | ||
18 | int mountpoint_main(int argc, char **argv) | 18 | int mountpoint_main(int argc, char **argv) |
19 | { | 19 | { |