diff options
author | Rob Landley <rob@landley.net> | 2006-08-05 00:41:39 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-08-05 00:41:39 +0000 |
commit | affb7a61a6576194b5c87635ad87d3b3b9e6575b (patch) | |
tree | 6d6c9b3d87542a474ea00a8cd06a20704d69c817 /applets | |
parent | 59fe8b90890a07c87ec9c2943bae515d5c6d959d (diff) | |
download | busybox-affb7a61a6576194b5c87635ad87d3b3b9e6575b.tar.gz |
scripts/individual now builds 171 applets. Some of them may even work. :)
Diffstat (limited to 'applets')
-rw-r--r-- | applets/individual.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/individual.c b/applets/individual.c index 0af256c6c..c6d263b47 100644 --- a/applets/individual.c +++ b/applets/individual.c @@ -9,6 +9,7 @@ const char *bb_applet_name; #include <stdio.h> #include <stdlib.h> +#include "bb_config.h" #include "usage.h" int main(int argc, char *argv[]) |