Skip to content

Commit 35de326

Browse files
committed
Compile fix for oldie Linux systems (possibly others too)
1 parent fd5eea8 commit 35de326

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

configure.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ sys/select.h \
312312
sys/socket.h \
313313
sys/statfs.h \
314314
sys/statvfs.h \
315+
sys/vfs.h \
315316
sys/sysexits.h \
316317
sys/time.h \
317318
sys/types.h \

ext/standard/filestat.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
# include <unistd.h>
3535
#endif
3636

37+
#if HAVE_SYS_VFS_H
38+
# include <sys/vfs.h>
39+
#endif
40+
3741
#ifdef OS2
3842
# define INCL_DOS
3943
# include <os2.h>

0 commit comments

Comments
 (0)