aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2014-10-17 13:27:47 +0200
committerChristian Hesse <mail@eworm.de>2014-10-17 13:27:47 +0200
commit5f0e17501c9e9e59fed24296e5870fb9fa05e6d7 (patch)
treeb34529b7e8016466793bbe57168ba39d23977b86 /mpd-notification.h
parentprint signal name (diff)
downloadmpd-notification-5f0e17501c9e9e59fed24296e5870fb9fa05e6d7.tar.gz
mpd-notification-5f0e17501c9e9e59fed24296e5870fb9fa05e6d7.tar.bz2
mpd-notification-5f0e17501c9e9e59fed24296e5870fb9fa05e6d7.tar.xz
mpd-notification-5f0e17501c9e9e59fed24296e5870fb9fa05e6d7.tar.zst
mpd-notification-5f0e17501c9e9e59fed24296e5870fb9fa05e6d7.zip
use ISO C11 standard
Diffstat (limited to 'mpd-notification.h')
-rw-r--r--mpd-notification.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpd-notification.h b/mpd-notification.h
index 7ff485c..0a32b97 100644
--- a/mpd-notification.h
+++ b/mpd-notification.h
@@ -8,6 +8,8 @@
#ifndef MPD_NOTIFICATION_H
#define MPD_NOTIFICATION_H
+#define _GNU_SOURCE
+
#include <mpd/client.h>
#include <libnotify/notify.h>