- include busybox.h before looking at an eventual #if ENABLE_DESKTOP

This commit is contained in:
Bernhard Reutner-Fischer 2007-02-03 12:52:25 +00:00
parent a5c5ae03eb
commit 6a1829d90c

View File

@ -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)