We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe4ef7 commit fd04a53Copy full SHA for fd04a53
opal/mca/timer/linux/timer_linux_component.c
@@ -15,6 +15,7 @@
15
* Copyright (c) 2015-2016 Los Alamos National Security, LLC. All rights
16
* reserved.
17
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
18
+ * Copyright (c) 2017 IBM Corporation. All rights reserved.
19
* $COPYRIGHT$
20
*
21
* Additional copyrights may follow
@@ -30,6 +31,7 @@
30
31
#include "opal/mca/timer/base/base.h"
32
#include "opal/mca/timer/linux/timer_linux.h"
33
#include "opal/constants.h"
34
+#include "opal/util/show_help.h"
35
36
static opal_timer_t opal_timer_base_get_cycles_sys_timer(void);
37
static opal_timer_t opal_timer_base_get_usec_sys_timer(void);
0 commit comments