opnsense-ports/mail/balsa/files/patch-src_main-window.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
289 B
C

--- src/main-window.h.orig 2014-04-30 17:56:08.057123807 +0000
+++ src/main-window.h 2014-04-30 17:56:29.581127225 +0000
@@ -28,6 +28,8 @@
#include <libnotify/notify.h>
#endif
+#include <glib.h>
+
#if GLIB_CHECK_VERSION(2, 32, 0)
#include <gio/gio.h>
#elif defined(HAVE_LIBNM_GLIB)