diff options
Diffstat (limited to 'src/torrent.c')
-rw-r--r-- | src/torrent.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/torrent.c b/src/torrent.c index 4a73e9e..fc4eaa8 100644 --- a/src/torrent.c +++ b/src/torrent.c @@ -17,6 +17,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <glib-object.h> #include <glib/gi18n.h> #include <gtk/gtk.h> |