module-access: add missing include

Ensure PATH_MAX gets defined also if no glib2.
This commit is contained in:
Pauli Virtanen 2023-05-03 18:28:00 +03:00 committed by Wim Taymans
parent 1d872c5cde
commit 85d2933268

View file

@ -9,6 +9,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <limits.h>
#include "config.h" #include "config.h"