ECR #333755 - Fixed a linux compilation issue.

[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133846]
This commit is contained in:
Ding, Wei (xN/A) TX
2015-03-24 12:05:32 -05:00
orang tua 0774fe35b0
melakukan 04f5ef2fd8
+9 -9
Melihat File
@@ -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