diff --git a/c/le.c b/c/le.c index 09c7dc034..ffcccf6ad 100644 --- a/c/le.c +++ b/c/le.c @@ -111,7 +111,7 @@ char *getCAA(void){ } #ifndef LE_MAX_SUPPORTED_ZOS -#define LE_MAX_SUPPORTED_ZOS 0x01020500u +#define LE_MAX_SUPPORTED_ZOS 0x01030100u #endif void abortIfUnsupportedCAA() { diff --git a/c/tls.c b/c/tls.c index 2264d2da2..377b68cc0 100644 --- a/c/tls.c +++ b/c/tls.c @@ -8,6 +8,7 @@ Copyright Contributors to the Zowe Project. */ #include +#include #include #include #include "alloc.h"