summaryrefslogtreecommitdiffstats
path: root/tools/hciattach_st.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-06-27 07:33:36 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-06-27 07:33:36 +0000
commit943b02e163e169795a010c36a3b3343cc5092a96 (patch)
tree274ef084019ed41dfe7c554989a27015b620c903 /tools/hciattach_st.c
parent19fb70a42ac27051f8fe1adc2502943dd56c5f0d (diff)
Include sys/param.h for PATH_MAX when cross-compiling
Diffstat (limited to 'tools/hciattach_st.c')
-rw-r--r--tools/hciattach_st.c1
1 files changed, 1 insertions, 0 deletions
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 <stdint.h>
#include <string.h>
#include <dirent.h>
+#include <sys/param.h>
static int debug = 0;