modules: include limits.h to define PATH_MAX

hopefully fixes the build
This commit is contained in:
Wim Taymans 2024-10-11 17:53:06 +02:00
parent ac21541741
commit 46e58ee2a8

View file

@ -4,6 +4,7 @@
/* SPDX-License-Identifier: MIT */ /* SPDX-License-Identifier: MIT */
#include <errno.h> #include <errno.h>
#include <limits.h>
#include "config.h" #include "config.h"