diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-06-27 07:33:36 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-06-27 07:33:36 +0000 |
commit | 943b02e163e169795a010c36a3b3343cc5092a96 (patch) | |
tree | 274ef084019ed41dfe7c554989a27015b620c903 /hcid/device.c | |
parent | 19fb70a42ac27051f8fe1adc2502943dd56c5f0d (diff) |
Include sys/param.h for PATH_MAX when cross-compiling
Diffstat (limited to 'hcid/device.c')
-rw-r--r-- | hcid/device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/device.c b/hcid/device.c index 65c45bab..3c0d1384 100644 --- a/hcid/device.c +++ b/hcid/device.c @@ -32,6 +32,7 @@ #include <string.h> #include <sys/time.h> #include <sys/stat.h> +#include <sys/param.h> #include <sys/socket.h> #include <bluetooth/bluetooth.h> |