diff options
Diffstat (limited to 'toys/lsb/hostname.c')
-rw-r--r-- | toys/lsb/hostname.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/lsb/hostname.c b/toys/lsb/hostname.c index bd319188..ca436833 100644 --- a/toys/lsb/hostname.c +++ b/toys/lsb/hostname.c @@ -17,6 +17,7 @@ config HOSTNAME Get/Set the current hostname */ +#define FOR_hostname #include "toys.h" void hostname_main(void) |