diff options
Diffstat (limited to 'lib/Linker')
-rw-r--r-- | lib/Linker/Android.mk | 3 | ||||
-rw-r--r-- | lib/Linker/LinkModules.cpp | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Linker/Android.mk b/lib/Linker/Android.mk index 17d9a39..8c7a924 100644 --- a/lib/Linker/Android.mk +++ b/lib/Linker/Android.mk @@ -1,8 +1,7 @@ LOCAL_PATH:= $(call my-dir) linker_SRC_FILES := \ - LinkModules.cpp \ - Linker.cpp + LinkModules.cpp # For the host # ===================================================== diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp index f322112..ce02c37 100644 --- a/lib/Linker/LinkModules.cpp +++ b/lib/Linker/LinkModules.cpp @@ -22,6 +22,8 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Transforms/Utils/Cloning.h" + +#include <ctype.h> using namespace llvm; //===----------------------------------------------------------------------===// |