diff --git a/src/torrent2json.c b/src/torrent2json.c index 824d5f8..c393f82 100644 --- a/src/torrent2json.c +++ b/src/torrent2json.c @@ -4,14 +4,11 @@ #include #include #include +#include #include -#include #include -#define BUF_SIZE 4096 - -char buf[BUF_SIZE]; /* FD's */ FILE *in;