mirror of
https://github.com/transmission/transmission
synced 2025-03-04 18:48:06 +00:00
(trunk libT) #2558: "build failure in r9484"
This commit is contained in:
parent
acc0ded449
commit
bccaf64e55
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine the integer type use to parse non-floating point numbers */
|
/* Determine the integer type use to parse non-floating point numbers */
|
||||||
|
#include <stdarg.h> /* some 1.4.x versions of evutil.h need this */
|
||||||
#include <evutil.h>
|
#include <evutil.h>
|
||||||
typedef ev_int64_t JSON_int_t;
|
typedef ev_int64_t JSON_int_t;
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <stdarg.h> /* 1.4.x versions of evutil.h need this */
|
#include <stdarg.h> /* some 1.4.x versions of evutil.h need this */
|
||||||
#include <evutil.h>
|
#include <evutil.h>
|
||||||
|
|
||||||
#include "transmission.h"
|
#include "transmission.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue