commit | 3dbb334d7ac5a00381bd9a37c1ca0e4f83a2b893 | [log] [tgz] |
---|---|---|
author | Nick Kledzik <[email protected]> | Tue Oct 08 22:51:34 2013 +0000 |
committer | Nick Kledzik <[email protected]> | Tue Oct 08 22:51:34 2013 +0000 |
tree | 2fc15fd9398afeca18e1aecb3add478879fc920a | |
parent | 952df57e2c437ad013511e445a2b8bffa77bf9ca [diff] |
[unwind] add required #include git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@192245 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/src/Unwind/Registers.hpp b/src/Unwind/Registers.hpp index c50c8cc..a0050dd 100644 --- a/src/Unwind/Registers.hpp +++ b/src/Unwind/Registers.hpp
@@ -14,6 +14,7 @@ #define __REGISTERS_HPP__ #include <stdint.h> +#include <strings.h> #include "libunwind.h" #include "config.h"