Correct the case of a #include directory name, just in case.

llvm-svn: 19254
This commit is contained in:
Reid Spencer 2005-01-02 09:45:04 +00:00
parent 70d13a979c
commit 862ebf5277
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#ifdef LLVM_ON_WIN32
#include "win32/DynamicLibrary.cpp"
#include "Win32/DynamicLibrary.cpp"
#else