summaryrefslogtreecommitdiff
path: root/lib/System/Process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Process.cpp')
-rw-r--r--lib/System/Process.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/System/Process.cpp b/lib/System/Process.cpp
index 5aefb6a336..ccd30b5c69 100644
--- a/lib/System/Process.cpp
+++ b/lib/System/Process.cpp
@@ -26,10 +26,10 @@ using namespace sys;
// Include the platform-specific parts of this class.
#ifdef LLVM_ON_UNIX
-#include "Unix/Process.cpp"
+#include "Unix/Process.inc"
#endif
#ifdef LLVM_ON_WIN32
-#include "Win32/Process.cpp"
+#include "Win32/Process.inc"
#endif
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab