[balsa: 1/2] Remove folder name from enchant include
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa: 1/2] Remove folder name from enchant include
- Date: Sun, 18 Apr 2021 14:58:25 +0000 (UTC)
commit 4495f54fb9ca4c7ccc608d462ed85dd566128b54
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date: Sat Apr 17 03:08:51 2021 +0200
Remove folder name from enchant include
Fixes build on Debian where the folder name has changed.
src/sendmsg-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/sendmsg-window.c b/src/sendmsg-window.c
index d078cb0b7..55a875f47 100644
--- a/src/sendmsg-window.c
+++ b/src/sendmsg-window.c
@@ -72,7 +72,7 @@
#elif HAVE_GSPELL
#include <gspell/gspell.h>
#else /* HAVE_GTKSPELL */
-#include <enchant/enchant.h>
+#include <enchant.h>
#include "spell-check.h"
#endif /* HAVE_GTKSPELL */
#if HAVE_GTKSOURCEVIEW
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]