mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix libevent #include quirk reported by SoftwareElves
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <sys/queue.h> /* libevent needs this */
|
||||
#include <sys/types.h> /* libevent needs this */
|
||||
#include <event.h>
|
||||
|
||||
#include "transmission.h"
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h> /* usleep, stat */
|
||||
|
||||
#include <sys/queue.h> /* libevent needs this */
|
||||
#include <sys/types.h> /* libevent needs this */
|
||||
#include "event.h"
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
Reference in New Issue
Block a user