Skip to content

Commit 07970f1

Browse files
committed
atomic/c11: fix include header path
simply #include "opal_stdint.h" in order to work with --devel-headers Refs #6053 Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent aaa165f commit 07970f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

opal/include/opal/sys/atomic_stdc.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/*
33
* Copyright (c) 2018 Los Alamos National Security, LLC. All rights
44
* reserved.
5+
* Copyright (c) 2018 Research Organization for Information Science
6+
* and Technology (RIST). All rights reserved.
57
* $COPYRIGHT$
68
*
79
* Additional copyrights may follow
@@ -23,7 +25,7 @@
2325

2426
#include <stdatomic.h>
2527
#include <stdint.h>
26-
#include "opal/include/opal_stdint.h"
28+
#include "opal_stdint.h"
2729

2830
#define OPAL_HAVE_ATOMIC_MEM_BARRIER 1
2931

0 commit comments

Comments
 (0)