1
0
Fork 0
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:
Mitchell Livingston 2012-12-23 03:18:39 +00:00
parent 68d68d9420
commit 3976366306

View file

@ -18,7 +18,7 @@ extern "C" {
#endif
#include <inttypes.h> /* for int64_t */
#include <libtransmission/quark.h>
#include "quark.h"
struct evbuffer;