aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/arping.c2
-rw-r--r--networking/ping.c2
-rw-r--r--networking/ping6.c2
3 files changed, 3 insertions, 3 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>
diff --git a/networking/ping.c b/networking/ping.c
index ecfd125ae..d33cb358f 100644
--- a/networking/ping.c
+++ b/networking/ping.c
@@ -17,7 +17,7 @@
17#include <sys/file.h> 17#include <sys/file.h>
18#include <sys/time.h> 18#include <sys/time.h>
19#include <sys/times.h> 19#include <sys/times.h>
20#include <sys/signal.h> 20#include <signal.h>
21 21
22#include <netinet/in.h> 22#include <netinet/in.h>
23#include <netinet/ip.h> 23#include <netinet/ip.h>
diff --git a/networking/ping6.c b/networking/ping6.c
index a892a7e40..4e55081fb 100644
--- a/networking/ping6.c
+++ b/networking/ping6.c
@@ -39,7 +39,7 @@
39#include <sys/file.h> 39#include <sys/file.h>
40#include <sys/time.h> 40#include <sys/time.h>
41#include <sys/times.h> 41#include <sys/times.h>
42#include <sys/signal.h> 42#include <signal.h>
43 43
44#include <netinet/in.h> 44#include <netinet/in.h>
45#include <netinet/ip6.h> 45#include <netinet/ip6.h>