Some eye-candy

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70762 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/MSP430/MSP430TargetAsmInfo.h b/lib/Target/MSP430/MSP430TargetAsmInfo.h
index 64188e3..b58d5c9 100644
--- a/lib/Target/MSP430/MSP430TargetAsmInfo.h
+++ b/lib/Target/MSP430/MSP430TargetAsmInfo.h
@@ -15,13 +15,14 @@
 #define MSP430TARGETASMINFO_H
 
 #include "llvm/Target/TargetAsmInfo.h"
+#include "llvm/Target/ELFTargetAsmInfo.h"
 
 namespace llvm {
 
   // Forward declaration.
   class MSP430TargetMachine;
 
-  struct MSP430TargetAsmInfo : public TargetAsmInfo {
+  struct MSP430TargetAsmInfo : public ELFTargetAsmInfo {
     explicit MSP430TargetAsmInfo(const MSP430TargetMachine &TM);
   };