diff options
| author | Zachary Turner <zturner@google.com> | 2017-02-16 20:15:26 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2017-02-16 20:15:26 +0000 |
| commit | d9c0e15f4bec2df363e95f3e355242a86f682311 (patch) | |
| tree | 8ea3c85ff6da3e9e139a0adca2779fb3adfe5e48 | |
| parent | 24ae6294a4a97d4dfe0e43f7bcd52811b6346c17 (diff) | |
| download | bcm5719-llvm-d9c0e15f4bec2df363e95f3e355242a86f682311.tar.gz bcm5719-llvm-d9c0e15f4bec2df363e95f3e355242a86f682311.zip | |
Fix build
llvm-svn: 295369
| -rw-r--r-- | lldb/source/Utility/VASprintf.cpp | 2 | ||||
| -rw-r--r-- | lldb/unittests/Utility/VASprintfTest.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Utility/VASprintf.cpp b/lldb/source/Utility/VASprintf.cpp index cc280ec3a14..fc89e3c3c4d 100644 --- a/lldb/source/Utility/VASprintf.cpp +++ b/lldb/source/Utility/VASprintf.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "lldb/Utility/VASprintf.h" +#include "lldb/Utility/VASPrintf.h" #include "llvm/ADT/SmallString.h" diff --git a/lldb/unittests/Utility/VASprintfTest.cpp b/lldb/unittests/Utility/VASprintfTest.cpp index a3c16ceca60..73a43dd300b 100644 --- a/lldb/unittests/Utility/VASprintfTest.cpp +++ b/lldb/unittests/Utility/VASprintfTest.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "lldb/Utility/VASprintf.h" +#include "lldb/Utility/VASPrintf.h" #include "llvm/ADT/SmallString.h" #include "gtest/gtest.h" |

