(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
1 changed files with 1 additions and 0 deletions

View File

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