Skip to content

Commit 1ef45b7

Browse files
committed
plm/tm: add a missing include file
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent e9e4d2a commit 1ef45b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

orte/mca/plm/tm/plm_tm_module.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* Copyright (c) 2007-2012 Los Alamos National Security, LLC. All rights
1414
* reserved.
1515
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
16+
* Copyright (c) 2018 Research Organization for Information Science
17+
* and Technology (RIST). All rights reserved.
1618
* $COPYRIGHT$
1719
*
1820
* Additional copyrights may follow
@@ -61,6 +63,7 @@
6163
#include "orte/util/show_help.h"
6264
#include "opal/util/opal_environ.h"
6365
#include "opal/util/basename.h"
66+
#include "opal/util/printf.h"
6467

6568
#include "orte/util/name_fns.h"
6669
#include "orte/util/threads.h"

0 commit comments

Comments
 (0)