mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -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)
|
||||
#include <mntent.h>
|
||||
#endif
|
||||
#if defined(HAVE_MNTTAB_H)
|
||||
#include <mnttab.h>
|
||||
#if defined(HAVE_SYS_MNTTAB_H)
|
||||
#include <sys/mnttab.h>
|
||||
#endif
|
||||
#if defined(HAVE_SYS_STATVFS_H)
|
||||
#include <sys/statvfs.h>
|
||||
|
Loading…
Reference in New Issue
Block a user