talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 23c8b42d76d7cc5fedca520d79ee1f6d0659e792
parent 82866a247d82738273f915a45590e5ab0077fe19
Author: Michael Rasmussen <mir@datanom.net>
Date:   Sat, 21 Jun 2014 20:22:45 +0200

Fix wrong include

Diffstat:
Msrc/gtk/gtkaspell.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gtk/gtkaspell.h b/src/gtk/gtkaspell.h @@ -38,7 +38,7 @@ #ifdef USE_ENCHANT #include <gtk/gtk.h> -#include <enchant.h> +#include <enchant/enchant.h> #define GTKASPELLWORDSIZE 1024