summaryrefslogtreecommitdiffstats
path: root/common/sdp-glib.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-02-02 15:06:45 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-02-02 15:06:45 +0000
commita1ddddc934657aa734ceb4bf581423647cc68060 (patch)
tree38cf67fd66476fd9ac4b4246495094b77cd9a57b /common/sdp-glib.c
parent17c74d656b4ace6f3967b55bbce2f165fbbfbe67 (diff)
Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX
Diffstat (limited to 'common/sdp-glib.c')
-rw-r--r--common/sdp-glib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/sdp-glib.c b/common/sdp-glib.c
index 9ed81160..bd27d822 100644
--- a/common/sdp-glib.c
+++ b/common/sdp-glib.c
@@ -26,6 +26,7 @@
#endif
#include <stdlib.h>
+#include <limits.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>