Skip to content

Commit

Permalink
rcache/vma: add missing #include "opal/util/output.h"
Browse files Browse the repository at this point in the history
Thanks Marco Atzeri for contributing the original patch

(cherry picked from commit open-mpi/ompi@66d9c2d)
  • Loading branch information
ggouaillardet committed Dec 24, 2015
1 parent cf05971 commit 48072aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opal/mca/rcache/vma/rcache_vma_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
Expand All @@ -32,6 +34,7 @@
#include "opal_config.h"

#include "opal/mca/mca.h"
#include "opal/util/output.h"
#include "rcache_vma_tree.h"

OBJ_CLASS_INSTANCE(mca_rcache_vma_reg_list_item_t, opal_list_item_t, NULL, NULL);
Expand Down

0 comments on commit 48072aa

Please sign in to comment.