(trunk libT) #2558: "build failure in r9484"

This commit is contained in:
Charles Kerr 2009-11-06 12:53:05 +00:00
parent acc0ded449
commit bccaf64e55
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
#endif
/* 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>
typedef ev_int64_t JSON_int_t;

View File

@ -40,7 +40,7 @@
#endif
#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 "transmission.h"