1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

(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.

This commit is contained in:
Charles Kerr 2010-04-23 14:10:39 +00:00
parent ade46abd95
commit 19d261fc40

View file

@ -68,6 +68,7 @@ SOFTWARE.
#include <string.h> #include <string.h>
#include <locale.h> #include <locale.h>
#include <stdarg.h> /* some 1.4.x versions of evutil.h need this */
#include <evutil.h> /* evutil_strtoll() */ #include <evutil.h> /* evutil_strtoll() */
#include "JSON_parser.h" #include "JSON_parser.h"