commit | d6b1f5fee6bc5294d926f97f4da3863a03377c52 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Jan 02 09:45:04 2005 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Jan 02 09:45:04 2005 +0000 |
tree | d9b2bbc49d0dd110c39b4b022541857b7ee8e457 | |
parent | 2ee430cc3caabac9c439e7c6343a643d586f2eae [diff] [blame] |
Correct the case of a #include directory name, just in case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19254 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/DynamicLibrary.cpp b/lib/System/DynamicLibrary.cpp index 0c3caac..e458d84 100644 --- a/lib/System/DynamicLibrary.cpp +++ b/lib/System/DynamicLibrary.cpp
@@ -22,7 +22,7 @@ #ifdef LLVM_ON_WIN32 -#include "win32/DynamicLibrary.cpp" +#include "Win32/DynamicLibrary.cpp" #else