Skip to content

Commit

Permalink
daos: include gurt common to remove compile warning
Browse files Browse the repository at this point in the history
Add #include <gurt/common.h>
Thisremoves the compile warning for implicit
definition for d_rank_list_free

Signed-off-by: Dalton Bohning <daltonx.bohning@intel.com>
  • Loading branch information
Dalton Bohning authored and daltonbohning committed Sep 18, 2020
1 parent 1f21184 commit f060ea2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/mfu_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
#include <lustre/lustreapi.h>
#endif

#ifdef DAOS_SUPPORT
#include <gurt/common.h>
#endif

int mfu_initialized = 0;

/* set globals */
Expand Down

0 comments on commit f060ea2

Please sign in to comment.