P4 to Git Change 1151350 by nhaustov@spb-hlc-kv500_hsa on 2015/05/15 07:11:40

ECR #333756 - Fix includes.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/_libelf.h#4 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/libelf/libelf.h#11 edit


[ROCm/clr commit: 3f973726f8]
This commit is contained in:
foreman
2015-05-15 07:20:20 -04:00
parent df21ead48f
commit 6fa81ad7e3
2 changed files with 2 additions and 3 deletions
@@ -29,6 +29,7 @@
#ifndef __LIBELF_H_
#define __LIBELF_H_
#include <limits.h>
#include <sys/queue.h>
#include "_libelf_config.h"
@@ -29,11 +29,9 @@
#ifndef _LIBELF_H_
#define _LIBELF_H_
#include <sys/types.h>
#include <sys/queue.h>
#include <elfdefinitions.h>
#ifdef ANDROID
#include "sys/types.h"
#endif
#ifndef EM_HSAIL
#define EM_HSAIL 0xAF5A
#endif