diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/notification.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification.c b/src/notification.c index 41d64e24..3f4c454e 100644 --- a/src/notification.c +++ b/src/notification.c @@ -29,12 +29,12 @@ #include <gtk/gtk.h> #include <time.h> #include <string.h> +#ifdef HAVE_LIBNOTIFY #include <libnotify/notify.h> #include "zenity.h" #include "util.h" -#ifdef HAVE_LIBNOTIFY static char *icon_file; static void |