Skip to content

Commit 6cb6317

Browse files
committed
fix strnlen() usage in Context.cpp available on z/OS
1 parent be7444b commit 6cb6317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/AST/ByteCode/Context.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "clang/AST/ASTLambda.h"
1919
#include "clang/AST/Expr.h"
2020
#include "clang/Basic/TargetInfo.h"
21+
#include "llvm/Support/SystemZ/zOSSupport.h"
2122

2223
using namespace clang;
2324
using namespace clang::interp;

0 commit comments

Comments
 (0)