mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- include stdint.h as possible fix for Mac build
This commit is contained in:
parent
5f1f4934eb
commit
53ce198ee1
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
|
||||
#ifndef WIN32
|
||||
#include <stdint.h>
|
||||
#include <sys/quota.h> /* quotactl */
|
||||
#ifdef HAVE_GETMNTENT
|
||||
#include <mntent.h>
|
||||
|
|
Loading…
Reference in a new issue