mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
fix compile error reported by BentMyWookie
This commit is contained in:
parent
5693ba9c71
commit
9a2cdef770
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <third-party/libevent/event.h>
|
||||
#include <third-party/shttpd/shttpd.h>
|
||||
#include <libevent/event.h>
|
||||
#include <shttpd/shttpd.h>
|
||||
|
||||
#include "transmission.h"
|
||||
#include "rpc.h"
|
||||
|
|
Loading…
Reference in a new issue