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 /hcid/storage.c | |
parent | 406c627c1ae543d6b2eac8ccb3cc597b7c58c6aa (diff) |
Include sys/param.h for PATH_MAX
Diffstat (limited to 'hcid/storage.c')
-rw-r--r-- | hcid/storage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/storage.c b/hcid/storage.c index 8b7de73a..79ec11af 100644 --- a/hcid/storage.c +++ b/hcid/storage.c @@ -39,6 +39,7 @@ #include <malloc.h> #include <sys/file.h> #include <sys/stat.h> +#include <sys/param.h> #include <sys/socket.h> #include <bluetooth/bluetooth.h> |