diff options
author | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-08-14 16:21:23 -0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-08-14 16:21:23 -0300 |
commit | abaac70b31c48021dc2d6921af50059fd737927f (patch) | |
tree | bfd32eaa70ddd2efb9e86358573c6a2668919609 /compat | |
parent | e780c7bd8ec0527723db3c19f28365063bbe7d93 (diff) |
Fix build problem regarding PATH_MAX.
Diffstat (limited to 'compat')
-rw-r--r-- | compat/sdp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/sdp.c b/compat/sdp.c index a08ace90..9463c94c 100644 --- a/compat/sdp.c +++ b/compat/sdp.c @@ -30,6 +30,7 @@ #include <stdlib.h> #include <string.h> #include <syslog.h> +#include <limits.h> #include <sys/stat.h> #include <sys/socket.h> |