diff options
author | Christian Hesse <mail@eworm.de> | 2014-10-17 13:26:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-10-17 13:26:42 +0200 |
commit | 1228fb573ea8155565257119ccd4b237d694d0ef (patch) | |
tree | 0bcede54a4ebfc9b31cac6a9b29121f14dec2db5 /journal-notify.h | |
parent | efcbff3aba4e0fc37bcb3f1453119a4aa8b466fb (diff) | |
download | journal-notify-1228fb573ea8155565257119ccd4b237d694d0ef.tar.gz journal-notify-1228fb573ea8155565257119ccd4b237d694d0ef.tar.zst |
use ISO C11 standard
Diffstat (limited to 'journal-notify.h')
-rw-r--r-- | journal-notify.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/journal-notify.h b/journal-notify.h index 858b9c8..c3308c5 100644 --- a/journal-notify.h +++ b/journal-notify.h @@ -8,6 +8,8 @@ #ifndef _JOURNAL_NOTIFY_H #define _JOURNAL_NOTIFY_H +#define _GNU_SOURCE + #include <getopt.h> #include <regex.h> #include <stdio.h> |