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.
1 parent 7466c69 commit fb36ab3Copy full SHA for fb36ab3
test/util/opal_path_nfs.c
@@ -16,6 +16,8 @@
16
* Copyright (c) 2010 IBM Corporation. All rights reserved.
17
* Copyright (c) 2014 Los Alamos National Security, LLC. All rights
18
* reserved.
19
+ * Copyright (c) 2018 Research Organization for Information Science
20
+ * and Technology (RIST). All rights reserved.
21
* $COPYRIGHT$
22
*
23
* Additional copyrights may follow
@@ -31,7 +33,9 @@
31
33
#include <dirent.h>
32
34
35
#include <sys/param.h>
36
+#ifdef HAVE_SYS_MOUNT_H
37
#include <sys/mount.h>
38
+#endif
39
#ifdef HAVE_SYS_STATFS_H
40
#include <sys/statfs.h>
41
#endif
0 commit comments