Support the OpenBSD filesystem

This commit is contained in:
Elias M. Mariani 2018-08-27 17:14:14 -03:00
parent be419d5ecf
commit 33af699191
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
#include <QtGlobal>
#if defined(Q_OS_MAC) || defined(Q_OS_FREEBSD)
#if defined(Q_OS_MAC) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
#include <cstring>
#include <sys/mount.h>
#include <sys/param.h>