mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
fix compile error reported by BentMyWookie
This commit is contained in:
parent
dde9cb49f2
commit
5693ba9c71
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#include <getopt.h>
|
||||
#include <unistd.h> /* getcwd */
|
||||
|
||||
#include <third-party/libevent/event.h>
|
||||
#include <libevent/event.h>
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include <libtransmission/transmission.h>
|
||||
|
|
Loading…
Reference in a new issue