diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-20 21:54:12 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-20 21:54:12 +0000 |
commit | 30751fe0c0430e0757c018de4f8e6bceee5e85f7 (patch) | |
tree | acf4cadbc129c5f87f406bbdeb8f4a96265e62cb /network/connection.c | |
parent | 94e81f55510051e863dadf8f01b1a53097be48de (diff) |
Fix issues with missing include for PATH_MAXutils-3.32
Diffstat (limited to 'network/connection.c')
-rw-r--r-- | network/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |