mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
change the #include of quark.h in variant.h
This commit is contained in:
parent
68d68d9420
commit
3976366306
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <inttypes.h> /* for int64_t */
|
||||
#include <libtransmission/quark.h>
|
||||
#include "quark.h"
|
||||
|
||||
struct evbuffer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue