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:
parent
44f146f232
commit
a03c35125e
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user