Skip to content

Commit 1e0487a

Browse files
authored
Merge pull request #2710 from jjhursey/fix/v2.x/timer-header
timer/linux: Add missing header
2 parents f3be770 + dee73d9 commit 1e0487a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opal/mca/timer/linux/timer_linux_component.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* reserved.
1717
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
1818
* Copyright (c) 2016 Broadcom Limited. All rights reserved.
19+
* Copyright (c) 2017 IBM Corporation. All rights reserved.
1920
* $COPYRIGHT$
2021
*
2122
* Additional copyrights may follow
@@ -31,6 +32,7 @@
3132
#include "opal/mca/timer/base/base.h"
3233
#include "opal/mca/timer/linux/timer_linux.h"
3334
#include "opal/constants.h"
35+
#include "opal/util/show_help.h"
3436

3537
static opal_timer_t opal_timer_base_get_cycles_sys_timer(void);
3638
static opal_timer_t opal_timer_base_get_usec_sys_timer(void);

0 commit comments

Comments
 (0)