From e9b9ff9f38abc82c0a5002d5e58a5c226b698f82 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Mon, 5 Mar 2018 19:25:08 -0500 Subject: Various fixes for mingw --- src/fe-gtk/notifications/notification-windows.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/fe-gtk/notifications/notification-windows.c') diff --git a/src/fe-gtk/notifications/notification-windows.c b/src/fe-gtk/notifications/notification-windows.c index 9033f36a..2fd896c5 100644 --- a/src/fe-gtk/notifications/notification-windows.c +++ b/src/fe-gtk/notifications/notification-windows.c @@ -16,12 +16,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include - #include "hexchat.h" #include "plugin.h" -#include +#include +#include void (*winrt_notification_backend_show) (const char *title, const char *text) = NULL; int (*winrt_notification_backend_init) (const char **error) = NULL; -- cgit 1.4.1