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:
parent
ade46abd95
commit
19d261fc40
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue