ECR #333755 - Fixed a linux compilation issue.

[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133846]


[ROCm/ROCR-Runtime commit: 04f5ef2fd8]
This commit is contained in:
Ding, Wei (xN/A) TX
2015-03-24 12:05:32 -05:00
rodzic d80677a174
commit b85eb92da8
@@ -16,15 +16,15 @@
using namespace std;
#if defined(__GNUC__)
#include <sys/time.h>
#include <x86intrin.h>
#endif
#if defined(_MSC_VER)
#include <time.h>
#include <windows.h>
#include <intrin.h>
#endif
#include <sys/time.h>
#include <x86intrin.h>
#else
#if defined(_MSC_VER)
#include <time.h>
#include <windows.h>
#include <intrin.h>
#endif // _MSC_VER
#endif // __GNUC__
#define HSA_FAILURE 1
#define HSA_SUCCESS 0