commit | 014dc709070a59290ae50ba7453fb4bbfc257906 | [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 | 3f5d7642ce0c8456e6fd4d0c681a643d53296a5f [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; \