diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-02-02 13:17:16 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-02-02 13:17:16 +0000 | 
| commit | b393cdff611943a05ec598048b5c4be8130151dd (patch) | |
| tree | 46945415cd63351471ea0aa3c01e66b4ae4df2e2 /src | |
| parent | 2de9995f627814f06079793ddee32e6a68188105 (diff) | |
Fix compilation problem with USHRT_MAX and UCHAR_MAX
Diffstat (limited to 'src')
| -rw-r--r-- | src/sdp.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -30,9 +30,10 @@  #include <stdio.h>  #include <errno.h> -#include <unistd.h>  #include <fcntl.h> +#include <unistd.h>  #include <stdlib.h> +#include <limits.h>  #include <malloc.h>  #include <syslog.h>  #include <sys/un.h> | 
