diff options
author | Denis Vlasenko | 2006-09-19 13:50:55 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-09-19 13:50:55 +0000 |
commit | f70265290c5ddbbe30ea28034fac792e451955ec (patch) | |
tree | c2a311b182b702a0210262f4d257c8befe51ded5 | |
parent | 0b5fd45ef71fd24bf4a0c82820543bb66a5faba1 (diff) | |
download | busybox-f70265290c5ddbbe30ea28034fac792e451955ec.zip busybox-f70265290c5ddbbe30ea28034fac792e451955ec.tar.gz |
getty: #include <syslog.h>
-rw-r--r-- | loginutils/getty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c index b456e07..e8d0325 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c @@ -17,6 +17,7 @@ */ #include "busybox.h" +#include <syslog.h> #ifdef CONFIG_FEATURE_UTMP #include <utmp.h> |