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.
2 parents 60e3c8a + 28c930b commit fb980b9Copy full SHA for fb980b9
oshmem/include/shmem.h.in
@@ -48,7 +48,6 @@
48
#endif
49
50
#include <shmem-compat.h>
51
-#include <shmemx.h>
52
53
#if defined(c_plusplus) || defined(__cplusplus)
54
extern "C" {
oshmem/include/shmemx.h
@@ -12,6 +12,8 @@
12
#ifndef OSHMEM_SHMEMX_H
13
#define OSHMEM_SHMEMX_H
14
15
+#include <shmem.h>
16
+
17
18
19
0 commit comments