diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-04-22 11:52:29 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-04-22 11:52:29 +0000 |
commit | 70e5fac9bd0fb2294eb7e585c005eb096ae84f5d (patch) | |
tree | 877c8e79fa1c70323b5ab822e2722492bff05d1e /tools | |
parent | 406c627c1ae543d6b2eac8ccb3cc597b7c58c6aa (diff) |
Include sys/param.h for PATH_MAX
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hcitool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/hcitool.c b/tools/hcitool.c index fb189760..a30e7098 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -40,6 +40,7 @@ #include <getopt.h> #include <sys/file.h> #include <sys/stat.h> +#include <sys/param.h> #include <sys/ioctl.h> #include <sys/socket.h> |