diff options
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r-- | libbb/getopt32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index 382d28a4e..d4465f899 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -7,8 +7,8 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "libbb.h" | ||
11 | #include <getopt.h> | 10 | #include <getopt.h> |
11 | #include "libbb.h" | ||
12 | 12 | ||
13 | /* Documentation | 13 | /* Documentation |
14 | 14 | ||