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:
Edward Smyth
2023-12-13 04:02:58 -05:00
parent 89bb999afa
commit 98006ea422

View File

@@ -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 */