diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-22 00:25:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-22 00:25:07 +0000 |
commit | 06adf5fb47e7b9847e066d7675f0bc9f35bcc5be (patch) | |
tree | af0e56a0f126fcca7a942bc151fea5b606db550f /loginutils | |
parent | 3ea05d32228a22aead8b33ca7343ea31bd507f40 (diff) | |
download | busybox-w32-06adf5fb47e7b9847e066d7675f0bc9f35bcc5be.tar.gz busybox-w32-06adf5fb47e7b9847e066d7675f0bc9f35bcc5be.tar.bz2 busybox-w32-06adf5fb47e7b9847e066d7675f0bc9f35bcc5be.zip |
2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h.
Diffstat (limited to 'loginutils')
-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> |