Skip to content

Commit dedf75b

Browse files
abhina-sreesvkeerthy
authored andcommitted
[SystemZ][z/OS] Add back include required for strnlen function
1 parent 4ff5d3f commit dedf75b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Lex/HeaderMap.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "llvm/Support/Debug.h"
1919
#include "llvm/Support/MathExtras.h"
2020
#include "llvm/Support/MemoryBuffer.h"
21+
#include "llvm/Support/SystemZ/zOSSupport.h"
2122
#include <cstring>
2223
#include <memory>
2324
#include <optional>

0 commit comments

Comments
 (0)