From 316c911aa741b14513622a4206ed6d324e951fa0 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Wed, 20 May 2015 21:25:22 +0200 Subject: [PATCH 1/1] libsmack/common.c: Include for PATH_MAX Signed-off-by: Felix Janda Signed-off-by: Bernd Kuhls --- Downloaded from upstream commit https://github.com/smack-team/smack/commit/316c911aa741b14513622a4206ed6d324e951fa0 libsmack/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libsmack/common.c b/libsmack/common.c index 55fee1a..55b59e3 100644 --- a/libsmack/common.c +++ b/libsmack/common.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include -- 2.7.0