Skip to content
Snippets Groups Projects
Commit 92566bfe authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix undefined PATH_MAX on FreeBSD

parent c6bc6375
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
#include <dlfcn.h>
#include <string.h>
#include "say.h"
#include <limits.h>
static RLIST_HEAD(loaded_plugins);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment