From 19d261fc40f1c968853413a23bb8057ed7f21fb6 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 23 Apr 2010 14:10:39 +0000 Subject: [PATCH] (trunk libT) fix JSON_parser.c build failure when compiled against some versions of libevent 1.4.x. Reported by Lacrocivious in #transmission. This probably was introduced in r10492 when I updated the JSON_parser.c snapshot. --- libtransmission/JSON_parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libtransmission/JSON_parser.c b/libtransmission/JSON_parser.c index 6761b6ad5..1c009169a 100644 --- a/libtransmission/JSON_parser.c +++ b/libtransmission/JSON_parser.c @@ -68,6 +68,7 @@ SOFTWARE. #include #include +#include /* some 1.4.x versions of evutil.h need this */ #include /* evutil_strtoll() */ #include "JSON_parser.h"