Expose getTypeName to the C API. Patch by Patrick Walton.
[oota-llvm.git] / lib / Target / SubtargetFeature.cpp
index ba53d63a91cd642cbea308b6818beefa845af708..3cf95b57c5dcba2f14d8699f6db4304e0bd53c23 100644 (file)
@@ -18,6 +18,7 @@
 #include <algorithm>
 #include <cassert>
 #include <cctype>
+#include <cstdlib>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//