We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ca5fd commit 7b22c00Copy full SHA for 7b22c00
src/spx_utils.h
@@ -20,6 +20,7 @@
20
#define SPX_UTILS_H_DEFINED
21
22
#include <stddef.h>
23
+#include <limits.h> /* PATH_MAX */
24
25
#define SPX_UTILS_TOKENIZE_STRING(str, delim, token, size, block) \
26
do { \
0 commit comments