(trunk libT) add <stdarg.h> call before <evutil.h> to get 1.80 building on Fedora 11

This commit is contained in:
Charles Kerr 2010-01-09 07:24:47 +00:00
parent c4cf9fd5bc
commit 6076d7c6bd
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
#include <fcntl.h> /* O_LARGEFILE posix_fadvise */
#include <unistd.h>
#include <stdarg.h> /* some 1.4.x versions of evutil.h need this */
#include <evutil.h>
#include "transmission.h"