mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Fix freebsd compilation
This commit is contained in:
parent
ab8e35b6b4
commit
cb719e2bf5
5 changed files with 16 additions and 3 deletions
|
@ -60,7 +60,7 @@ const int UNLEN = 256;
|
|||
#endif
|
||||
|
||||
#ifndef Q_WS_WIN
|
||||
#ifdef Q_WS_MAC
|
||||
#if defined(Q_WS_MAC) || defined(Q_OS_FREEBSD)
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue