From cd3800287297bdcd9fb8c90ee01a2414be3b9312 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Mon, 2 Jan 2012 14:14:41 +0000 Subject: change units to the IEC standard (and the Ubuntu units policy) for base2 (/1024) - KiB/GiB etc. this is instead of KB/s etc which Windows and many other apps use for base2. I've tried to fix up the translations as best as I can. --- src/torrent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/torrent.c') diff --git a/src/torrent.c b/src/torrent.c index ab123c3..45e77c8 100644 --- a/src/torrent.c +++ b/src/torrent.c @@ -23,6 +23,7 @@ #include #include "trg-client.h" +#include "json.h" #include "torrent.h" #include "protocol-constants.h" #include "util.h" -- cgit v1.2.3