[Commits] [SCM] claws branch, master, updated. 3.18.0-95-gbadf45743
miras at claws-mail.org
miras at claws-mail.org
Fri Sep 10 06:57:58 UTC 2021
The branch, master has been updated
via badf457436adc4cbea42390e4fe71323fbb2b988 (commit)
from ac947584558609b62ff23007b2ec8774d3a6188a (commit)
Summary of changes:
src/plugins/notification/gtkhotkey/Makefile.am | 1 +
src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit badf457436adc4cbea42390e4fe71323fbb2b988
Author: Michael Rasmussen <mir at datanom.net>
Date: Fri Sep 10 08:57:51 2021 +0200
Fix broken include
Signed-off-by: Michael Rasmussen <mir at datanom.net>
diff --git a/src/plugins/notification/gtkhotkey/Makefile.am b/src/plugins/notification/gtkhotkey/Makefile.am
index 3975852d8..17ac922e9 100644
--- a/src/plugins/notification/gtkhotkey/Makefile.am
+++ b/src/plugins/notification/gtkhotkey/Makefile.am
@@ -28,6 +28,7 @@ libcmnpgtkhotkey_la_LIBADD = \
libcmnpgtkhotkey_la_CPPFLAGS = \
-DGTK_HOTKEY_COMPILATION \
+ -I$(top_srcdir)/src/common \
$(GLIB_CFLAGS) \
$(GTK_CFLAGS) \
$(CM_NP_HOTKEY_CFLAGS)
diff --git a/src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c b/src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
index 3afedab6b..b9651b2f3 100644
--- a/src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
+++ b/src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
@@ -15,7 +15,9 @@
* You should have received a copy of the GNU Lesser General Public License
* along with GtkHotkey. If not, see <http://www.gnu.org/licenses/>.
*/
-
+
+#include "utils.h"
+
#include "gtk-hotkey-key-file-registry.h"
#include "gtk-hotkey-utils.h"
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list