From abaac70b31c48021dc2d6921af50059fd737927f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 14 Aug 2008 16:21:23 -0300 Subject: Fix build problem regarding PATH_MAX. --- compat/sdp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'compat') 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 #include #include +#include #include #include -- cgit