diff options
author | Christian Hesse <mail@eworm.de> | 2014-01-02 14:30:38 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-01-02 14:30:38 +0100 |
commit | cc48e628207fdf53157795987ee36aed3aad729a (patch) | |
tree | ed7cce7084cf5a9d0d2cf81ff15811d2a9e98d0f /mpd-notification.c | |
parent | c73fd3815da7af0b0e954b52f3d1e218b262a14d (diff) | |
download | mpd-notification-cc48e628207fdf53157795987ee36aed3aad729a.tar.gz mpd-notification-cc48e628207fdf53157795987ee36aed3aad729a.tar.zst |
write version to header file
Diffstat (limited to 'mpd-notification.c')
-rw-r--r-- | mpd-notification.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpd-notification.c b/mpd-notification.c index 2d79d67..7ad3aa0 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -16,6 +16,7 @@ #include <signal.h> #include "config.h" +#include "version.h" #define PROGNAME "mpd-notification" |