File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3232#ifdef HAVE_SYS_STAT_H
3333#include <sys/stat.h>
3434#endif
35- #ifdef HAVE_SYS_FCNTL_H
35+ #ifdef HAVE_FCNTL_H
3636#include <fcntl.h>
37+ #else
38+ #ifdef HAVE_SYS_FCNTL_H
39+ #include <sys/fcntl.h>
40+ #endif
3741#endif
3842
3943#include <string.h>
Original file line number Diff line number Diff line change 1616 * Copyright (c) 2010 IBM Corporation. All rights reserved.
1717 * Copyright (c) 2014 Los Alamos National Security, LLC. All rights
1818 * reserved.
19+ * Copyright (c) 2018 Research Organization for Information Science
20+ * and Technology (RIST). All rights reserved.
1921 * $COPYRIGHT$
2022 *
2123 * Additional copyrights may follow
3133#include <dirent.h>
3234
3335#include <sys/param.h>
36+ #ifdef HAVE_SYS_MOUNT_H
3437#include <sys/mount.h>
38+ #endif
3539#ifdef HAVE_SYS_STATFS_H
3640#include <sys/statfs.h>
3741#endif
You can’t perform that action at this time.
0 commit comments