You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opal/mca/pmix: include opal_list.h in pmix_internal.h
"opal_list.h" happens to be included by "tsd.h" in mca/threads when a
thread type is POSIX, but "mca/threads/threads.h" of other thread types
do indirectly not include tsd.h and thus no "opal_list.h".
"pmix_internal.h" directly uses opal_list_item_t and thus should include
"opal_list.h" in its header.
Signed-off-by: Shintaro Iwasaki <siwasaki@anl.gov>
0 commit comments