1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 12:27:52 +00:00

Make sure that fs.cc compiles in FreeBSD

This commit is contained in:
Nikolas Garofil 2010-02-14 15:09:12 +01:00
parent 8db1e1a2a2
commit 7791e34900

View File

@ -51,6 +51,10 @@
#ifdef HAVE_SYS_MOUNT_H
#include <sys/mount.h>
#endif
#if defined(__FreeBSD__)
#include "freebsd.h"
#endif
#if !defined(HAVE_STRUCT_STATFS_F_FSTYPENAME) && !defined (__OpenBSD__) && !defined(__FreeBSD__)
#include <mntent.h>