From be41a376c51ee5a3266ecc791893bdc1ae45019e Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 21 Apr 2013 23:39:16 +0100 Subject: [PATCH] Added windows include to notifier --- src/ui/core.c | 3 --- src/ui/notifier.c | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/core.c b/src/ui/core.c index 777ce98a..9d0bcdce 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -28,9 +28,6 @@ #include #endif #include -#ifdef PLATFORM_CYGWIN -#include -#endif #ifdef HAVE_NCURSESW_NCURSES_H #include #elif HAVE_NCURSES_H diff --git a/src/ui/notifier.c b/src/ui/notifier.c index 2cd9ad73..3f2b9688 100644 --- a/src/ui/notifier.c +++ b/src/ui/notifier.c @@ -28,6 +28,9 @@ #ifdef HAVE_LIBNOTIFY #include #endif +#ifdef PLATFORM_CYGWIN +#include +#endif #include "log.h" #include "ui/ui.h"