1
1

Merge pull request #5594 from ggouaillardet/topic/opal_path_nfs

test: protect <sys/mount.h> with the HAVE_SYS_MOUNT_H macro
Этот коммит содержится в:
Jeff Squyres 2018-08-24 06:51:45 -07:00 коммит произвёл GitHub
родитель feb0e90301 a02be5e91a
Коммит a731da024e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -16,6 +16,8 @@
* Copyright (c) 2010 IBM Corporation. All rights reserved.
* Copyright (c) 2014 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
@ -31,7 +33,9 @@
#include <dirent.h>
#include <sys/param.h>
#ifdef HAVE_SYS_MOUNT_H
#include <sys/mount.h>
#endif
#ifdef HAVE_SYS_STATFS_H
#include <sys/statfs.h>
#endif