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 aaa165f commit 07970f1Copy full SHA for 07970f1
opal/include/opal/sys/atomic_stdc.h
@@ -2,6 +2,8 @@
2
/*
3
* Copyright (c) 2018 Los Alamos National Security, LLC. All rights
4
* reserved.
5
+ * Copyright (c) 2018 Research Organization for Information Science
6
+ * and Technology (RIST). All rights reserved.
7
* $COPYRIGHT$
8
*
9
* Additional copyrights may follow
@@ -23,7 +25,7 @@
23
25
24
26
#include <stdatomic.h>
27
#include <stdint.h>
-#include "opal/include/opal_stdint.h"
28
+#include "opal_stdint.h"
29
30
#define OPAL_HAVE_ATOMIC_MEM_BARRIER 1
31
0 commit comments