From 288f6e4ef99bc28456e34a49c2de5071882ffd8f Mon Sep 17 00:00:00 2001 From: Saso Kiselkov Date: Sat, 4 Mar 2017 22:22:23 +0100 Subject: [PATCH] Fixed Windows build due to missing MAX_PATH constant. --- src/helpers.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/helpers.h b/src/helpers.h index 1bd99b3..568f0ca 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -31,6 +31,10 @@ #include #include +#if IBM +#include +#endif /* IBM */ + #include "types.h" #ifdef __cplusplus