Fix ancient typo.

This commit is contained in:
Ralf Corsépius 2007-09-18 10:49:20 +02:00
parent b46e405e40
commit a0558abcf2
1 changed files with 1 additions and 1 deletions

View File

@ -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