Skip to content
Snippets Groups Projects
Commit 51fc2671 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added more checks.

Rev: src/modules/files/efuns.c:1.27
parent 3b29752f
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,9 @@ void f_file_stat(INT32 args)
#ifdef HAVE_SYS_STATVFS_H
#include <sys/statvfs.h>
#endif /* HAVE_SYS_STATVFS_H */
#ifdef HAVE_SYS_STATFS_H
#include <sys/statfs.h>
#endif
#ifdef HAVE_SYS_VFS_H
#include <sys/vfs.h>
#endif /* HAVE_SYS_VFS_H */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment