1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04: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)
#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>