Include <sys/vmmeter.h> on FreeBSD (#8081)

This commit is contained in:
Cy Shubert
2014-11-29 12:10:49 +01:00
committed by Landry Breuil
parent 59ed589b26
commit 994e0c2b9f

View File

@@ -18,6 +18,9 @@
#include <fcntl.h>
#include <paths.h>
#include <unistd.h>
#if defined(__FreeBSD_version) && __FreeBSD_version >= 900044
#include <sys/vmmeter.h>
#endif
#include <glib.h>