diff options
author | Mike Frysinger | 2006-03-22 00:25:07 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-03-22 00:25:07 +0000 |
commit | 06adf5fb47e7b9847e066d7675f0bc9f35bcc5be (patch) | |
tree | af0e56a0f126fcca7a942bc151fea5b606db550f /loginutils | |
parent | 3ea05d32228a22aead8b33ca7343ea31bd507f40 (diff) | |
download | busybox-06adf5fb47e7b9847e066d7675f0bc9f35bcc5be.zip busybox-06adf5fb47e7b9847e066d7675f0bc9f35bcc5be.tar.gz |
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 1399118..24d579f 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c @@ -21,7 +21,7 @@ #include <sys/ioctl.h> #include <errno.h> #include <sys/stat.h> -#include <sys/signal.h> +#include <signal.h> #include <fcntl.h> #include <stdarg.h> #include <ctype.h> |