From a4b94756513c325b540832d3d0601a4d840e3908 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 20 Feb 2016 16:59:37 +0100 Subject: [PATCH] Fix build with Gtk+ 2 --- src/noteedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/noteedit.c b/src/noteedit.c index 5fda592..22578b7 100644 --- a/src/noteedit.c +++ b/src/noteedit.c @@ -30,7 +30,7 @@ #include #include -#include +#include #include "noteedit.h" #define _(string) gettext(string)