From 173192a6f4ee6f5ebe99a3bc8936b77cc83a5a3b Mon Sep 17 00:00:00 2001 From: Ben Menadue Date: Wed, 3 Apr 2019 15:58:13 +1100 Subject: [PATCH] Add missing #include to oshmem/shmem/c/shmem_context.c. Signed-off-by: Ben Menadue (cherry picked from commit 063596b82837cf0b07926e2c696cd8f48a59143d) --- oshmem/shmem/c/shmem_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/oshmem/shmem/c/shmem_context.c b/oshmem/shmem/c/shmem_context.c index 44367bb6b0..a5a094e605 100644 --- a/oshmem/shmem/c/shmem_context.c +++ b/oshmem/shmem/c/shmem_context.c @@ -19,6 +19,7 @@ #include "oshmem/constants.h" #include "oshmem/include/shmem.h" +#include "oshmem/mca/spml/spml.h" #include "oshmem/runtime/params.h" #include "oshmem/runtime/runtime.h" #include "oshmem/shmem/shmem_api_logger.h"