Skip to content

Commit 80bdbfd

Browse files
committed
add missing include file
1 parent d38e2e6 commit 80bdbfd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

orte/mca/ess/lsf/ess_lsf_module.c

+3
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

+2
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)