1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-12 04:15:06 -05:00

Fix sys/mnttab.h header include

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2012-01-23 12:15:53 -06:00
parent 44f146f232
commit a03c35125e

View File

@ -25,8 +25,8 @@
#if defined(HAVE_MNTENT_H) #if defined(HAVE_MNTENT_H)
#include <mntent.h> #include <mntent.h>
#endif #endif
#if defined(HAVE_MNTTAB_H) #if defined(HAVE_SYS_MNTTAB_H)
#include <mnttab.h> #include <sys/mnttab.h>
#endif #endif
#if defined(HAVE_SYS_STATVFS_H) #if defined(HAVE_SYS_STATVFS_H)
#include <sys/statvfs.h> #include <sys/statvfs.h>