1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 21:26:53 +00:00

fixed implementation of r13701

This commit is contained in:
Mitchell Livingston 2012-12-28 05:53:20 +00:00
parent 29599b6926
commit e6a730ba50

View file

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