diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-02-02 15:06:45 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-02-02 15:06:45 +0000 |
commit | a1ddddc934657aa734ceb4bf581423647cc68060 (patch) | |
tree | 38cf67fd66476fd9ac4b4246495094b77cd9a57b /audio/pcm_bluetooth.c | |
parent | 17c74d656b4ace6f3967b55bbce2f165fbbfbe67 (diff) |
Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX
Diffstat (limited to 'audio/pcm_bluetooth.c')
-rw-r--r-- | audio/pcm_bluetooth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c index 6863af56..565fa9ae 100644 --- a/audio/pcm_bluetooth.c +++ b/audio/pcm_bluetooth.c @@ -33,6 +33,7 @@ #include <sys/time.h> #include <pthread.h> #include <signal.h> +#include <limits.h> #include <netinet/in.h> |