mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
move platform.c's quota code into its own file. Fixes FTBFS reported in bug #5389 and is also a nice piece of encapsulation. Patch by rb07
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "completion.h"
|
||||
#include "fdlimit.h"
|
||||
#include "log.h"
|
||||
#include "platform.h" /* tr_device_info_get_free_space() */
|
||||
#include "platform-quota.h" /* tr_device_info_get_free_space() */
|
||||
#include "rpcimpl.h"
|
||||
#include "session.h"
|
||||
#include "torrent.h"
|
||||
|
||||
Reference in New Issue
Block a user