Index: uspace/srv/net/ethip/ethip_nic.c
===================================================================
--- uspace/srv/net/ethip/ethip_nic.c	(revision 702536882b248833b02d3693809a7bb0f21bcbd1)
+++ uspace/srv/net/ethip/ethip_nic.c	(revision 14febed99d983f8eb0e743677bbec7ee7df1e157)
@@ -37,5 +37,5 @@
 #include <adt/list.h>
 #include <async.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <fibril_synch.h>
Index: uspace/srv/net/inetsrv/inet_link.c
===================================================================
--- uspace/srv/net/inetsrv/inet_link.c	(revision 702536882b248833b02d3693809a7bb0f21bcbd1)
+++ uspace/srv/net/inetsrv/inet_link.c	(revision 14febed99d983f8eb0e743677bbec7ee7df1e157)
@@ -35,5 +35,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <fibril_synch.h>
Index: uspace/srv/net/inetsrv/inetsrv.h
===================================================================
--- uspace/srv/net/inetsrv/inetsrv.h	(revision 702536882b248833b02d3693809a7bb0f21bcbd1)
+++ uspace/srv/net/inetsrv/inetsrv.h	(revision 14febed99d983f8eb0e743677bbec7ee7df1e157)
@@ -39,5 +39,5 @@
 
 #include <adt/list.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <inet/iplink.h>
 #include <ipc/loc.h>
Index: uspace/srv/net/tcp/conn.c
===================================================================
--- uspace/srv/net/tcp/conn.c	(revision 702536882b248833b02d3693809a7bb0f21bcbd1)
+++ uspace/srv/net/tcp/conn.c	(revision 14febed99d983f8eb0e743677bbec7ee7df1e157)
@@ -36,5 +36,5 @@
 
 #include <adt/list.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <io/log.h>
Index: uspace/srv/net/tcp/conn.h
===================================================================
--- uspace/srv/net/tcp/conn.h	(revision 702536882b248833b02d3693809a7bb0f21bcbd1)
+++ uspace/srv/net/tcp/conn.h	(revision 14febed99d983f8eb0e743677bbec7ee7df1e157)
@@ -36,5 +36,5 @@
 #define CONN_H
 
-#include <bool.h>
+#include <stdbool.h>
 #include "tcp_type.h"
 
Index: uspace/srv/net/tcp/seq_no.c
===================================================================
--- uspace/srv/net/tcp/seq_no.c	(revision 702536882b248833b02d3693809a7bb0f21bcbd1)
+++ uspace/srv/net/tcp/seq_no.c	(revision 14febed99d983f8eb0e743677bbec7ee7df1e157)
@@ -36,5 +36,5 @@
 
 #include <assert.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <sys/types.h>
 #include "seq_no.h"
Index: uspace/srv/net/tcp/tcp_type.h
===================================================================
--- uspace/srv/net/tcp/tcp_type.h	(revision 702536882b248833b02d3693809a7bb0f21bcbd1)
+++ uspace/srv/net/tcp/tcp_type.h	(revision 14febed99d983f8eb0e743677bbec7ee7df1e157)
@@ -38,5 +38,5 @@
 #include <adt/list.h>
 #include <async.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril.h>
 #include <fibril_synch.h>
Index: uspace/srv/net/udp/assoc.c
===================================================================
--- uspace/srv/net/udp/assoc.c	(revision 702536882b248833b02d3693809a7bb0f21bcbd1)
+++ uspace/srv/net/udp/assoc.c	(revision 14febed99d983f8eb0e743677bbec7ee7df1e157)
@@ -36,5 +36,5 @@
 
 #include <adt/list.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril_synch.h>
 #include <io/log.h>
