summaryrefslogtreecommitdiffstats
path: root/network/common.c
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/common.c
parent94e81f55510051e863dadf8f01b1a53097be48de (diff)
Fix issues with missing include for PATH_MAXutils-3.32
Diffstat (limited to 'network/common.c')
-rw-r--r--network/common.c1
1 files changed, 1 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>