From c7ba8b9d6c926231c1c191136b1ea0bc14b87771 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 3 Feb 2007 17:27:14 +0000 Subject: do not put all _main() declarations in busybox.h - this produces false dependencies --- applets/applets.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'applets/applets.c') diff --git a/applets/applets.c b/applets/applets.c index 8a17cbf0b..557e9e5d8 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -12,8 +12,13 @@ * Licensed under GPLv2 or later, see file License in this tarball for details. */ -#include "busybox.h" #include +#include "busybox.h" + +#define PROTOTYPES +#include "applets.h" +#undef PROTOTYPES + /* Apparently uclibc defines __GLIBC__ (compat trick?). Oh well. */ #if ENABLE_STATIC && defined(__GLIBC__) && !defined(__UCLIBC__) -- cgit v1.2.3