1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

(trunk gtk) #4366 "Use GAppInfo, rather than GConf2, for mime-type registration" -- fix build issue in r12562

This commit is contained in:
Jordan Lee 2011-07-24 16:01:14 +00:00
parent 4c63a00490
commit d6f9e85850

View file

@ -33,9 +33,12 @@
#include <curl/curl.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <glib/gstdio.h>
#ifdef HAVE_GIO
#include <gio/gio.h>
#endif
#include <gtk/gtk.h>
#include <libtransmission/transmission.h>
#include <libtransmission/rpcimpl.h>