summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-20 21:54:12 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-20 21:54:12 +0000
commit30751fe0c0430e0757c018de4f8e6bceee5e85f7 (patch)
treeacf4cadbc129c5f87f406bbdeb8f4a96265e62cb /network
parent94e81f55510051e863dadf8f01b1a53097be48de (diff)
Fix issues with missing include for PATH_MAXutils-3.32
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>