summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/common.c1
-rw-r--r--network/connection.c1
-rw-r--r--network/server.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/network/common.c b/network/common.c
index 3d0fefb7..f1dbe1c5 100644
--- a/network/common.c
+++ b/network/common.c
@@ -29,6 +29,7 @@
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
+#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/stat.h>
diff --git a/network/connection.c b/network/connection.c
index 057fbba6..6a4dce62 100644
--- a/network/connection.c
+++ b/network/connection.c
@@ -29,6 +29,7 @@
#include <errno.h>
#include <unistd.h>
#include <sys/stat.h>
+#include <sys/param.h>
#include <netinet/in.h>
#include <bluetooth/bluetooth.h>
diff --git a/network/server.c b/network/server.c
index 5d493e5f..ade50a7a 100644
--- a/network/server.c
+++ b/network/server.c
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <errno.h>
#include <sys/stat.h>
+#include <sys/param.h>
#include <net/if.h>
#include <bluetooth/bluetooth.h>