We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c2d9f8 + 89555ad commit bbbe264Copy full SHA for bbbe264
orte/mca/ess/base/ess_base_frame.c
@@ -9,7 +9,7 @@
9
* University of Stuttgart. All rights reserved.
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
* All rights reserved.
12
- * Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
+ * Copyright (c) 2011-2017 Cisco Systems, Inc. All rights reserved
13
* Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
14
* Copyright (c) 2017 Intel, Inc. All rights reserved.
15
* $COPYRIGHT$
@@ -23,6 +23,8 @@
23
#include "orte_config.h"
24
#include "orte/constants.h"
25
26
+#include <signal.h>
27
+
28
#include "orte/mca/mca.h"
29
#include "opal/util/argv.h"
30
#include "opal/util/output.h"
0 commit comments