fix build on OSX

This commit is contained in:
Joey Hess 2012-07-19 20:44:58 -04:00
parent 107a7b9388
commit f768cddf3a
2 changed files with 2 additions and 8 deletions

View file

@ -27,12 +27,9 @@
#endif
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#ifndef GETMNTENT
#warning "boo"
struct mntent {
char *mnt_fsname;
char *mnt_dir;