summaryrefslogtreecommitdiffstats
path: root/hidd
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 /hidd
parent19fb70a42ac27051f8fe1adc2502943dd56c5f0d (diff)
Include sys/param.h for PATH_MAX when cross-compiling
Diffstat (limited to 'hidd')
-rw-r--r--hidd/sdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hidd/sdp.c b/hidd/sdp.c
index 62e4ca3a..2eef3889 100644
--- a/hidd/sdp.c
+++ b/hidd/sdp.c
@@ -33,6 +33,7 @@
#include <malloc.h>
#include <string.h>
#include <sys/stat.h>
+#include <sys/param.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>