From 943b02e163e169795a010c36a3b3343cc5092a96 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 27 Jun 2006 07:33:36 +0000 Subject: Include sys/param.h for PATH_MAX when cross-compiling --- tools/hciattach.c | 1 + tools/hciattach_st.c | 1 + tools/hciconfig.c | 1 + 3 files changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/hciattach.c b/tools/hciattach.c index 08b28f45..909a6465 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/tools/hciattach_st.c b/tools/hciattach_st.c index 46efbc2c..014ddb2d 100644 --- a/tools/hciattach_st.c +++ b/tools/hciattach_st.c @@ -33,6 +33,7 @@ #include #include #include +#include static int debug = 0; diff --git a/tools/hciconfig.c b/tools/hciconfig.c index 3ebfc1c8..04f9a8be 100644 --- a/tools/hciconfig.c +++ b/tools/hciconfig.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include -- cgit