Merge pull request #601 from CosmicFusion/patch-2

fix error: use of undeclared identifier 'free'

[ROCm/rccl commit: 6fba80208c]
This commit is contained in:
Edgar Gabriel
2022-08-19 14:10:49 -05:00
committed by GitHub
@@ -17,6 +17,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#ifdef HAVE_CPLUS_DEMANGLE
#define HAVE_DECL_BASENAME 1