(trunk libT) #3836 "libevent2 support" -- finish moving to the libevent2 API mode. don't include the backwards-compatable API headers.

This commit is contained in:
Charles Kerr
2010-12-24 08:58:41 +00:00
parent 7ffca5e709
commit ae84dc70dd
17 changed files with 70 additions and 80 deletions

View File

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