diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-10 23:32:37 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-10 23:32:37 +0000 |
commit | cffcf1f5d26d0b01fcdbd03d179576e8dc06d68f (patch) | |
tree | 6b2f3cabea3c78a1f13a1beb30074881f643707d /console-tools/setconsole.c | |
parent | af0dfd1b9fbb1ba8ccba9f220018e6819180149e (diff) | |
download | busybox-w32-cffcf1f5d26d0b01fcdbd03d179576e8dc06d68f.tar.gz busybox-w32-cffcf1f5d26d0b01fcdbd03d179576e8dc06d68f.tar.bz2 busybox-w32-cffcf1f5d26d0b01fcdbd03d179576e8dc06d68f.zip |
random NOMMU fixes. compressed --help really does work for NOMMU! /me happy
git-svn-id: svn://busybox.net/trunk/busybox@18395 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'console-tools/setconsole.c')
-rw-r--r-- | console-tools/setconsole.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c index 7ddef697c..31ee1fc63 100644 --- a/console-tools/setconsole.c +++ b/console-tools/setconsole.c | |||
@@ -7,6 +7,7 @@ | |||
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 <getopt.h> | ||
10 | #include "busybox.h" | 11 | #include "busybox.h" |
11 | 12 | ||
12 | #if ENABLE_FEATURE_SETCONSOLE_LONG_OPTIONS | 13 | #if ENABLE_FEATURE_SETCONSOLE_LONG_OPTIONS |