summaryrefslogtreecommitdiff
path: root/src/trg-torrent-graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-torrent-graph.c')
-rw-r--r--src/trg-torrent-graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-torrent-graph.c b/src/trg-torrent-graph.c
index 6cd9216..73f91cc 100644
--- a/src/trg-torrent-graph.c
+++ b/src/trg-torrent-graph.c
@@ -29,7 +29,7 @@
#include "trg-torrent-graph.h"
-#if TRG_WITH_GRAPH
+#if !GTK_CHECK_VERSION( 3, 0, 0 )
#include <math.h>
#include <glib.h>