(trunk) same as r7786, but in daemon & gtk too

This commit is contained in:
Charles Kerr 2009-01-24 00:28:41 +00:00
parent 0b5558c3e3
commit 6a1c91b6ca
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#endif
#include <libevent/event.h>
#define CURL_DISABLE_TYPECHECK /* otherwise -Wunreachable-code goes insane */
#include <curl/curl.h>
#include <libtransmission/transmission.h>

View File

@ -5,6 +5,7 @@
#include <glib/gprintf.h>
#include <glib/gi18n.h>
#define CURL_DISABLE_TYPECHECK /* otherwise -Wunreachable-code goes insane */
#include <curl/curl.h>
#include <libtransmission/transmission.h>