From 2787e0591795c7097402c35aed434fcde3ddb7d0 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 21 Nov 2019 13:53:08 +0100 Subject: [PATCH] Include for pathconf() The get_path_max() function uses pathconf() in case PATH_MAX is not defined, and for that is needed. --- src/tagmanager/tm_source_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tagmanager/tm_source_file.c b/src/tagmanager/tm_source_file.c index 41e5a214f1..b76b81e213 100644 --- a/src/tagmanager/tm_source_file.c +++ b/src/tagmanager/tm_source_file.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #ifdef G_OS_WIN32 # define VC_EXTRALEAN