Fix ancient typo.
This commit is contained in:
parent
b46e405e40
commit
a0558abcf2
|
@ -645,7 +645,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|||
# if STATFS_IN_SYS_VFS
|
||||
# include <sys/vfs.h>
|
||||
# elif STATFS_IN_SYS_MOUNT
|
||||
# include <sys/mouht.h>
|
||||
# include <sys/mount.h>
|
||||
# elif STATFS_IN_SYS_STATFS
|
||||
# include <sys/statfs.h>
|
||||
# endif
|
||||
|
|
Loading…
Reference in New Issue