Fix build with Gtk+ 2

This commit is contained in:
Pierre Pronchery 2016-02-20 22:01:10 +01:00
parent 9eb3491d9c
commit 7f71b3db24

View File

@ -31,6 +31,7 @@
#include <stdlib.h>
#include <libintl.h>
#include <gtk/gtk.h>
#include <Desktop.h>
#include "priority.h"
#include "taskedit.h"
#define _(string) gettext(string)