diff options
-rw-r--r-- | llvm/lib/DebugInfo/GSYM/GsymCreator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp b/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp index 71bdc744337..9dc632dfcfb 100644 --- a/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp +++ b/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp @@ -14,7 +14,7 @@ #include <algorithm> #include <cassert> - +#include <strings.h> using namespace llvm; using namespace gsym; |