Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/mail/balsa/files/patch-src_main-window.h
16149 views
1
--- src/main-window.h.orig 2014-04-30 17:56:08.057123807 +0000
2
+++ src/main-window.h 2014-04-30 17:56:29.581127225 +0000
3
@@ -28,6 +28,8 @@
4
#include <libnotify/notify.h>
5
#endif
6
7
+#include <glib.h>
8
+
9
#if GLIB_CHECK_VERSION(2, 32, 0)
10
#include <gio/gio.h>
11
#elif defined(HAVE_LIBNM_GLIB)
12
13