1
1

atomic/c11: fix include header path

simply #include "opal_stdint.h" in order to work with --devel-headers

Refs open-mpi/ompi#6053

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2018-11-07 13:07:23 +09:00
родитель aaa165f52c
Коммит 07970f192a

Просмотреть файл

@ -2,6 +2,8 @@
/*
* Copyright (c) 2018 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2018 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -23,7 +25,7 @@
#include <stdatomic.h>
#include <stdint.h>
#include "opal/include/opal_stdint.h"
#include "opal_stdint.h"
#define OPAL_HAVE_ATOMIC_MEM_BARRIER 1