blaze822.h: ensure PATH_MAX is defined

pull/89/merge
Leah Neukirchen 6 years ago
parent e17be52f43
commit f20ca5fa88

@ -2,6 +2,11 @@
#include <stdint.h>
#include <time.h>
#include <limits.h>
#if !defined(PATH_MAX)
#define PATH_MAX 4096
#endif
struct message;

Loading…
Cancel
Save