diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-11 07:23:53 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-11 07:23:53 +0000 |
commit | 972eeffa2bc0ef8962b1097183675c6a1691490b (patch) | |
tree | 3367fb079a66b48bc80cc73af85c2bd2dd258865 /tools/hciattach_ti.c | |
parent | d048c324b31c685b6123098b415222b4ee6699bc (diff) |
Fix include issue for PATH_MAX
Diffstat (limited to 'tools/hciattach_ti.c')
-rw-r--r-- | tools/hciattach_ti.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/hciattach_ti.c b/tools/hciattach_ti.c index 7eefef47..f79342dd 100644 --- a/tools/hciattach_ti.c +++ b/tools/hciattach_ti.c @@ -28,10 +28,12 @@ #include <stdio.h> #include <errno.h> #include <unistd.h> +#include <stdlib.h> #include <termios.h> #include <time.h> #include <sys/time.h> #include <sys/types.h> +#include <sys/param.h> #include <sys/ioctl.h> #include <sys/socket.h> #include <sys/uio.h> |