mirror of
https://github.com/amd/blis.git
synced 2026-05-12 01:59:59 +00:00
fatal error: malloc.h: No such file or directory #785
Replace include of non-standard header malloc.h by stdlib.h to fix issue reported on upstream BLIS github. https://github.com/flame/blis/issues/785 AMD-Internal: [CPUPL-4307] Change-Id: I4ac5cb3164fe7050bba6579b08cc2d3ff412ccba
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Description : Abstraction for os services used by DTL.
|
||||
*
|
||||
* Copyright (C) 2022, Advanced Micro Devices, Inc. All rights reserved.
|
||||
* Copyright (C) 2022 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
*==================================================================*/
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#define _AOCL_OS_H_
|
||||
|
||||
#include "aocltpdef.h"
|
||||
#include "malloc.h"
|
||||
#include "stdlib.h"
|
||||
|
||||
/* The OS Services function declaration */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user