From: Reid Spencer Date: Sun, 2 Jan 2005 09:45:04 +0000 (+0000) Subject: Correct the case of a #include directory name, just in case. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d6b1f5fee6bc5294d926f97f4da3863a03377c52;p=oota-llvm.git 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 0c3caac0f10..e458d84927e 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