diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-22 00:25:07 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-22 00:25:07 +0000 |
commit | 788bb63f5873caf2f20b3efe92ad15e0bb8a1645 (patch) | |
tree | af0e56a0f126fcca7a942bc151fea5b606db550f /loginutils/getty.c | |
parent | 3573e5855bac59defad2da29c77fd30c1012f636 (diff) | |
download | busybox-w32-788bb63f5873caf2f20b3efe92ad15e0bb8a1645.tar.gz busybox-w32-788bb63f5873caf2f20b3efe92ad15e0bb8a1645.tar.bz2 busybox-w32-788bb63f5873caf2f20b3efe92ad15e0bb8a1645.zip |
2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h.
git-svn-id: svn://busybox.net/trunk/busybox@14595 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'loginutils/getty.c')
-rw-r--r-- | loginutils/getty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c index 1399118a5..24d579f75 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <sys/ioctl.h> | 21 | #include <sys/ioctl.h> |
22 | #include <errno.h> | 22 | #include <errno.h> |
23 | #include <sys/stat.h> | 23 | #include <sys/stat.h> |
24 | #include <sys/signal.h> | 24 | #include <signal.h> |
25 | #include <fcntl.h> | 25 | #include <fcntl.h> |
26 | #include <stdarg.h> | 26 | #include <stdarg.h> |
27 | #include <ctype.h> | 27 | #include <ctype.h> |