Skip to content

Commit f56169c

Browse files
committed
btl/vader: silence warning
correctly check HAVE_SYS_PRCTL_H
1 parent d60f0cb commit f56169c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

opal/mca/btl/vader/btl_vader_component.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* All rights reserved.
1717
* Copyright (c) 2011 NVIDIA Corporation. All rights reserved.
1818
* Copyright (c) 2014 Intel, Inc. All rights reserved.
19+
* Copyright (c) 2014 Research Organization for Information Science
20+
* and Technology (RIST). All rights reserved.
1921
* $COPYRIGHT$
2022
*
2123
* Additional copyrights may follow
@@ -38,7 +40,7 @@
3840
#include <sys/mman.h>
3941
#include <fcntl.h>
4042

41-
#if HAVE_SYS_PRCTL_H
43+
#ifdef HAVE_SYS_PRCTL_H
4244
#include <sys/prctl.h>
4345
#endif
4446

0 commit comments

Comments
 (0)