diff options
Diffstat (limited to 'source4/lib/replace/system/filesys.h')
-rw-r--r-- | source4/lib/replace/system/filesys.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/replace/system/filesys.h b/source4/lib/replace/system/filesys.h index a1a0412f37..b3c339a144 100644 --- a/source4/lib/replace/system/filesys.h +++ b/source4/lib/replace/system/filesys.h @@ -38,6 +38,10 @@ #include <sys/mount.h> #endif +#ifdef HAVE_MNTENT_H +#include <mntent.h> +#endif + #ifdef HAVE_SYS_VFS_H #include <sys/vfs.h> #endif |