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 6b26a4d commit dee73d9Copy full SHA for dee73d9
opal/mca/timer/linux/timer_linux_component.c
@@ -16,6 +16,7 @@
16
* reserved.
17
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
18
* Copyright (c) 2016 Broadcom Limited. All rights reserved.
19
+ * Copyright (c) 2017 IBM Corporation. All rights reserved.
20
* $COPYRIGHT$
21
*
22
* Additional copyrights may follow
@@ -31,6 +32,7 @@
31
32
#include "opal/mca/timer/base/base.h"
33
#include "opal/mca/timer/linux/timer_linux.h"
34
#include "opal/constants.h"
35
+#include "opal/util/show_help.h"
36
37
static opal_timer_t opal_timer_base_get_cycles_sys_timer(void);
38
static opal_timer_t opal_timer_base_get_usec_sys_timer(void);
0 commit comments