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 /networking/arping.c | |
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 'networking/arping.c')
-rw-r--r-- | networking/arping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arping.c b/networking/arping.c index b66dbff1e..b30cb535e 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <sys/ioctl.h> | 13 | #include <sys/ioctl.h> |
14 | #include <sys/signal.h> | 14 | #include <signal.h> |
15 | #include <sys/time.h> | 15 | #include <sys/time.h> |
16 | 16 | ||
17 | #include <errno.h> | 17 | #include <errno.h> |