Fixed build of the OpenMP stubs library.

Differential Revision: https://reviews.llvm.org/D44019


git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@326728 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/runtime/src/kmp_stub.cpp b/runtime/src/kmp_stub.cpp
index d487a3d..4051d9e 100644
--- a/runtime/src/kmp_stub.cpp
+++ b/runtime/src/kmp_stub.cpp
@@ -15,9 +15,9 @@
 #include <limits.h>
 #include <stdlib.h>
 
+#include "omp.h" // omp_* declarations, must be included before "kmp.h"
 #include "kmp.h" // KMP_DEFAULT_STKSIZE
 #include "kmp_stub.h"
-#include "omp.h" // Function renamings.
 
 #if KMP_OS_WINDOWS
 #include <windows.h>