mirror of
https://github.com/transmission/transmission
synced 2025-03-12 07:03:44 +00:00
(trunk libT) add <stdarg.h> call before <evutil.h> to get 1.80 building on Fedora 11
This commit is contained in:
parent
c4cf9fd5bc
commit
6076d7c6bd
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue