From e399c4189962cdeace1210b2de0999c519411fcc Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 26 Dec 2015 21:00:14 -0500 Subject: Consistently include config.h This still needs some work in a few headers that depend on it --- src/trg-torrent-graph.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/trg-torrent-graph.c') diff --git a/src/trg-torrent-graph.c b/src/trg-torrent-graph.c index 40d3b4a..8c768f6 100644 --- a/src/trg-torrent-graph.c +++ b/src/trg-torrent-graph.c @@ -27,6 +27,11 @@ * on this widget but with some improvements I didn't do. */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "trg-torrent-graph.h" #if TRG_WITH_GRAPH -- cgit v1.2.3