Added windows include to notifier

This commit is contained in:
James Booth
2013-04-21 23:39:16 +01:00
parent f63f68630b
commit be41a376c5
2 changed files with 3 additions and 3 deletions

View File

@@ -28,6 +28,9 @@
#ifdef HAVE_LIBNOTIFY
#include <libnotify/notify.h>
#endif
#ifdef PLATFORM_CYGWIN
#include <windows.h>
#endif
#include "log.h"
#include "ui/ui.h"