- include busybox.h before looking at an eventual #if ENABLE_DESKTOP
This commit is contained in:
parent
a5c5ae03eb
commit
6a1829d90c
@ -12,13 +12,13 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "busybox.h"
|
||||
#if ENABLE_DESKTOP
|
||||
/* This one provides -t (busybox's own build script needs it) */
|
||||
#include "od_bloaty.c"
|
||||
#else
|
||||
|
||||
#include <getopt.h>
|
||||
#include "busybox.h"
|
||||
|
||||
#include "dump.h"
|
||||
|
||||
#define isdecdigit(c) isdigit(c)
|
||||
|
Loading…
Reference in New Issue
Block a user