commit | 967ac2fda0dce13ac63c0c4a8afdf20bc240ca84 | [log] [tgz] |
---|---|---|
author | Nuno Lopes <nunoplopes@sapo.pt> | Sat Dec 19 11:52:18 2009 +0000 |
committer | Nuno Lopes <nunoplopes@sapo.pt> | Sat Dec 19 11:52:18 2009 +0000 |
tree | 34bd1d6c373978a1390498089df02d8fab06bcc7 | |
parent | 0c79ef00b4dd81f51e28e41538c9a7b878521481 [diff] [blame] |
fix build and while at it remove a redudant include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91774 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/X86DisassemblerShared.h b/utils/TableGen/X86DisassemblerShared.h index 7fcd122..0417e9d 100644 --- a/utils/TableGen/X86DisassemblerShared.h +++ b/utils/TableGen/X86DisassemblerShared.h
@@ -11,6 +11,7 @@ #define X86DISASSEMBLERSHARED_H #include <string> +#include <string.h> #define INSTRUCTION_SPECIFIER_FIELDS \ bool filtered; \