Skip to content

Commit fd04a53

Browse files
committed
timer/linux: Add missing header
Signed-off-by: Joshua Hursey <[email protected]>
1 parent bfe4ef7 commit fd04a53

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
@@ -15,6 +15,7 @@
1515
* Copyright (c) 2015-2016 Los Alamos National Security, LLC. All rights
1616
* reserved.
1717
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
18+
* Copyright (c) 2017 IBM Corporation. All rights reserved.
1819
* $COPYRIGHT$
1920
*
2021
* Additional copyrights may follow
@@ -30,6 +31,7 @@
3031
#include "opal/mca/timer/base/base.h"
3132
#include "opal/mca/timer/linux/timer_linux.h"
3233
#include "opal/constants.h"
34+
#include "opal/util/show_help.h"
3335

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

0 commit comments

Comments
 (0)