From bccaf64e55b5269a8c96b7f12afe3f2d11c820f5 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 6 Nov 2009 12:53:05 +0000 Subject: [PATCH] (trunk libT) #2558: "build failure in r9484" --- libtransmission/JSON_parser.h | 1 + libtransmission/net.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libtransmission/JSON_parser.h b/libtransmission/JSON_parser.h index 32b405de8..c18fa9007 100644 --- a/libtransmission/JSON_parser.h +++ b/libtransmission/JSON_parser.h @@ -18,6 +18,7 @@ #endif /* Determine the integer type use to parse non-floating point numbers */ +#include /* some 1.4.x versions of evutil.h need this */ #include typedef ev_int64_t JSON_int_t; diff --git a/libtransmission/net.c b/libtransmission/net.c index 9707c29e5..b739f96e3 100644 --- a/libtransmission/net.c +++ b/libtransmission/net.c @@ -40,7 +40,7 @@ #endif #include -#include /* 1.4.x versions of evutil.h need this */ +#include /* some 1.4.x versions of evutil.h need this */ #include #include "transmission.h"