1
0
Fork 0
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:
Jordan Lee 2012-12-27 20:30:24 +00:00
parent 5f1f4934eb
commit 53ce198ee1

View file

@ -11,6 +11,7 @@
*/
#ifndef WIN32
#include <stdint.h>
#include <sys/quota.h> /* quotactl */
#ifdef HAVE_GETMNTENT
#include <mntent.h>