Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit c025cb3

Browse files
committed
add missing include file
(cherry picked from commit open-mpi/ompi@80bdbfd)
1 parent 67e7f46 commit c025cb3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

orte/mca/ess/lsf/ess_lsf_module.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* All rights reserved.
1212
* Copyright (c) 2007-2011 Cisco Systems, Inc. All rights reserved.
1313
* Copyright (c) 2013 Intel, Inc. All rights reserved.
14+
* Copyright (c) 2016 Research Organization for Information Science
15+
* and Technology (RIST). All rights reserved.
1416
* $COPYRIGHT$
1517
*
1618
* Additional copyrights may follow
@@ -31,6 +33,7 @@
3133
#include <lsf/lsbatch.h>
3234

3335
#include "opal/util/opal_environ.h"
36+
#include "opal/util/argv.h"
3437

3538
#include "orte/util/show_help.h"
3639
#include "orte/util/name_fns.h"

orte/test/system/regex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include <stdio.h>
1111
#include <unistd.h>
1212

13+
#include "opal/util/argv.h"
14+
1315
#include "orte/util/proc_info.h"
1416
#include "orte/util/regex.h"
1517
#include "orte/mca/errmgr/errmgr.h"

0 commit comments

Comments
 (0)